View source: R/scale_fill_rss_d.R
scale_fill_rss_d | R Documentation |
Plotting with RSS palettes for fill colour ggplot2
scale_fill_rss_d(palette, direction = 1, ...)
palette |
name of palette. Run |
direction |
Sets order of colors. Default direction is 1. If direction is -1, palette_choice color order is reversed |
... |
Other arguments passed on to |
A ggproto object defining a discrete fill scale for use with ggplot2.
library(ggplot2)
ggplot(data = mtcars, aes(x = cyl, y = disp, fill = factor(cyl))) +
geom_col() +
scale_fill_rss_d(palette = "signif_qual")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.