powered by
Plotting with MSU palettes for fill with ggplot2
scale_fill_msu_c(palette, direction = 1, ...)
A ggproto object defining a continuous colour scale for use with ggplot2.
name of palette. Run names(MSUpalettes) to view options.
names(MSUpalettes)
Sets order of colors. Default palette_choice is 1. If direction is -1, palette_choice color order is reversed
Other arguments passed on to scale_fill_gradientn
scale_fill_gradientn
library(ggplot2) ggplot(data = mtcars, aes(x = cyl, y = disp, fill = cyl)) + geom_col() + scale_fill_msu_c(palette = "msu_seq")
Run the code above in your browser using DataLab