Description Usage Arguments Value Author(s) Examples
View source: R/BrattleColors.R
Function used to access the Brattle color palette
1 |
x |
If |
Unnamed character string of hexidecimal color values
Charlie Gibbons
1 2 3 4 5 | ### There are only five colors in the palette
BrattleColors()
qplot(carat, price, data = diamonds) +
geom_point(color = BrattleColors("aqua"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.