setc {EMbC} | R Documentation |
Sets binClst color palette .
Description
setc
sets the color palette to a color family from the
RColorbrewer package
Usage
setc(bC, fam = "RdYlBu")
Arguments
bC |
|
fam |
The name of a color family from the Rcolorbrewer R-package, (default color palette is 'RdYlBu' which is colorblind safe and print friendly up to 6 colors). |
Examples
# -- change the color palette of mybc to "PuOr" --
## Not run:
setc(mybc,'PuOr')
## End(Not run)
[Package EMbC version 2.0.4 Index]