Dune palettes for plotting with 'ggplot2'
Arguments
- name
Name of palette. Run
names(dune_palettes)
to view options- ...
Other arguments passed on to
scale_color_gradientn
Examples
library(ggplot2)
ggplot(data = mtcars, aes(x = mpg, y = disp, color = hp)) +
geom_point() +
scale_color_dune_c("atreides3")