Description Usage Arguments Value Author(s) Examples
Function used to access the Brattle gray color palette
1 | BrattleGrays(color)
|
color |
If |
Unnamed character string of a single hexidecimal color value
Charlie Gibbons
1 2 3 4 5 6 | ### There are only two colors in the palette
BrattleGrays()
ggplot(diamonds, aes(carat, price)) +
geom_rect(aes(xmin = 1, xmax = 2, ymin = -Inf, ymax = Inf), fill = BrattleGrays("warm")) +
geom_point()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.