scale_fill_dune_c {Rdune} | R Documentation |
Dune palettes for plotting with 'ggplot2'
scale_fill_dune_c(name, ...)
name |
Name of palette. Run |
... |
Other arguments passed on to |
An object defining a continuous fill scale for use with 'ggplot2'.
library(ggplot2)
ggplot(data = mtcars, aes(x = mpg, y = disp, fill = wt)) +
geom_point() +
scale_fill_dune_c("fermen2")