library(ggplot2)
data(oregon)
ggplot(oregon, aes(group=cd_2020)) +
geom_district() +
stat_interstates(size=1.4, color="#0044aa55") +
stat_cities(geom="text", min_pop=130e3, fontface="bold", adjust=0.8) +
scale_fill_penn82() +
theme_map()
Run the code above in your browser using DataLab