Learn R Programming

wrMisc (version 1.15.3.1)

.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#'

See Also

rgb; colorAccording2

Examples

Run this code
.chooseGrpCol(4)	

Run the code above in your browser using DataLab