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

Comments

@pdil
Copy link
Owner

@pdil 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 label Jul 16, 2019
@pdil pdil closed this in fc2979d Aug 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.