powered by
Plotting with Big Ten palettes for colour ggplot2 (British spelling)
scale_colour_bigten_c(palette = "primary", direction = 1, ...)
A ggproto object defining a continuous colour scale for use with ggplot2.
Type of palette: "primary" or "secondary"
Sets order of colors. Default is 1. If direction is -1, palette color order is reversed
Other arguments passed on to scale_color_gradientn
scale_color_gradientn
library(ggplot2) ggplot(data = mtcars, aes(x = mpg, y = disp, colour = wt)) + geom_point() + scale_colour_bigten_c(palette = "primary")
Run the code above in your browser using DataLab