powered by
ggplot2
Texas Color Scales for ggplot2
scale_fill_texas(...)scale_color_texas(...)scale_colour_texas(...)
scale_color_texas(...)
scale_colour_texas(...)
ggplot scale function
Arguments passed on to ggplot2::discrete_scale()
ggplot2::discrete_scale()
library(ggplot2) data(oregon) ggplot(oregon, aes(group = county)) + geom_district() + scale_fill_texas() + theme_map()
Run the code above in your browser using DataLab