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

little module about mapping during the codeathon! #147

Open
avahoffman opened this issue Sep 5, 2024 · 1 comment
Open

little module about mapping during the codeathon! #147

avahoffman opened this issue Sep 5, 2024 · 1 comment

Comments

@avahoffman
Copy link
Contributor

avahoffman commented Sep 5, 2024

perhaps cut short code review (merge with ethics)?

@avahoffman
Copy link
Contributor Author

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

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

No branches or pull requests

1 participant