Description Usage Arguments Examples
Color scales in the style of Brand Estonia.
1 2 3 4 5 | scale_color_est(palette = "group 1", direction = 1, ...)
scale_colour_est(palette = "group 1", direction = 1, ...)
scale_fill_est(palette = "group 1", direction = 1, ...)
|
palette |
The name of the color palette.
Use |
direction |
direction to travel around the colour wheel, 1 = clockwise, -1 = counter-clockwise |
... |
Arguments passed on to
|
1 2 3 | ggplot(data.frame(x=letters[1:6]), aes(x=x, fill=x)) +
geom_bar(width = 1) +
scale_fill_est()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.