Skip to content
New issue

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

Include easy module about mapping using usmap package #129

Closed
avahoffman opened this issue Jul 30, 2024 · 1 comment
Closed

Include easy module about mapping using usmap package #129

avahoffman opened this issue Jul 30, 2024 · 1 comment
Labels

Comments

@avahoffman
Copy link
Contributor

avahoffman commented Jul 30, 2024

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")
image
@avahoffman
Copy link
Contributor Author

Redundant with #147

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant