scale_fill_texas | R Documentation |
ggplot2
Texas Color Scales for ggplot2
scale_fill_texas(...)
scale_color_texas(...)
scale_colour_texas(...)
... |
Arguments passed on to |
ggplot scale function
library(ggplot2)
data(oregon)
ggplot(oregon, aes(group = county)) +
geom_district() +
scale_fill_texas() +
theme_map()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.