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

Add ability to exclude regions, states, or counties from map #19

Closed
pdil opened this issue Jul 16, 2019 · 0 comments
Closed

Add ability to exclude regions, states, or counties from map #19

pdil opened this issue Jul 16, 2019 · 0 comments
Assignees
Labels
enhancement A suggestion or feature that improves existing functionality

Comments

@pdil
Copy link
Owner

pdil commented Jul 16, 2019

For example:

# Plot New England region without Maine
plot_usmap("states", include = .new_england, exclude = "ME")

# Plot US map without Alaska and Hawaii (not cool)
plot_usmap("states", exclude = c("AK", "HI"))
@pdil pdil self-assigned this Jul 16, 2019
@pdil pdil added the enhancement A suggestion or feature that improves existing functionality label Jul 16, 2019
@pdil pdil closed this as completed in fc2979d Aug 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement A suggestion or feature that improves existing functionality
Projects
None yet
Development

No branches or pull requests

1 participant