setc | R Documentation |
setc
sets the color palette to a color family from the
RColorbrewer package
setc(bC, fam = "RdYlBu")
bC |
A binClst_instance. |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.