
Plotting with Big Ten palettes for colour ggplot2
Source:R/scale_color_bigten_c.R
scale_color_bigten_c.Rd
Plotting with Big Ten palettes for colour ggplot2
Arguments
- palette
Type of palette: "primary" or "secondary"
- direction
Sets order of colors. Default is 1. If direction is -1, palette color order is reversed
- ...
Other arguments passed on to
scale_color_gradientn
Examples
library(ggplot2)
ggplot(data = mtcars, aes(x = mpg, y = disp, color = wt)) +
geom_point() +
scale_color_bigten_c(palette = "primary")