View source: R/scale_color_dune_c.R
scale_color_dune_c | R Documentation |
Dune palettes for plotting with 'ggplot2'
scale_color_dune_c(name, ...)
name |
Name of palette. Run |
... |
Other arguments passed on to |
An object defining a continuous color scale for use with 'ggplot2'.
library(ggplot2)
ggplot(data = mtcars, aes(x = mpg, y = disp, color = hp)) +
geom_point() +
scale_color_dune_c("atreides3")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.