ggplot2
R/texas.R
scale_texas.Rd
Texas Color Scales for ggplot2
scale_fill_texas(...) scale_color_texas(...) scale_colour_texas(...)
Arguments passed on to ggplot2::discrete_scale()
ggplot2::discrete_scale()
ggplot scale function
library(ggplot2) data(oregon) ggplot(oregon, aes(group = county)) + geom_district() + scale_fill_texas() + theme_map()