fcol | R Documentation |
Construct a fcol object
fcol(colors, base)
colors |
A character vector, containing colors |
base |
A character vector, containing base colors |
A S3 class known as fcol
, containing colors as vector and base colors in the attribute fcbase
fcol(c("lightblue", "orange", "lightblue"), base=c("orange", "lightblue"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.