We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
perhaps cut short code review (merge with ethics)?
The text was updated successfully, but these errors were encountered:
https://jtr13.github.io/cc19/different-ways-of-plotting-u-s-map-in-r.html
usmap is really nice. Something like this could be really great.
wa_dat <- countypop %>% filter(abbr == "WA") plot_usmap(data = wa_dat, values = "pop_2022", include = c("WA")) + scale_fill_continuous() + theme(legend.position = "right")
Sorry, something went wrong.
usmap
Resolved by #239
No branches or pull requests
perhaps cut short code review (merge with ethics)?
The text was updated successfully, but these errors were encountered: