library(ggplot2)
data(oregon)
ggplot(oregon, aes(group = county)) +
geom_district() +
scale_fill_coast() +
theme_map()
ggplot(oregon, aes(group = county)) +
geom_district() +
scale_fill_larch() +
theme_map()
Run the code above in your browser using DataLab