.chooseGrpCol: Automatic choice of colors
Description
This function allows to do automatic choice of colors: if single-> grey, if few -> RColorBrewer, if many : gradient green -> grey/red
Usage
.chooseGrpCol(
nGrp,
paired = FALSE,
alph = 0.2,
silent = FALSE,
debug = FALSE,
callFrom = NULL
)
Value
This function returns a character vector with color codes
Arguments
- nGrp
(numeric vector) main input
- paired
(logical)
- alph
(numeric vector)
- silent
(logical) suppress messages
- debug
(logical) additional messages for debugging
- callFrom
(character) allow easier tracking of messages produced#'