Builds a complete color palette for the conditions given in argument
Source:R/palette.R
GetColorsForConditions.Rd
xxxx
Examples
data(Exp1_R25_pept, package="DaparToolshedData")
GetColorsForConditions(design.qf(Exp1_R25_pept)$Condition)
#> [1] "#E41A1C" "#E41A1C" "#E41A1C" "#377EB8" "#377EB8" "#377EB8"
GetColorsForConditions(design.qf(Exp1_R25_pept)$Condition, ExtendPalette(2))
#> [1] "#E41A1C" "#E41A1C" "#E41A1C" "#377EB8" "#377EB8" "#377EB8"