setc {EMbC} | R Documentation |
setc
sets the color palette to a color family from the
RColorbrewer package
setc(bC, fam = "RdYlBu")
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). |
# -- change the color palette of mybc to "PuOr" --
## Not run:
setc(mybc,'PuOr')
## End(Not run)