-
Notifications
You must be signed in to change notification settings - Fork 20
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
map objects missing #1
Comments
Thanks. I haven't been able to figure out how to include (and document) the layers in a way that pleases R CMD check yet. However, its simple to make them. Here's the code I used:
Best, |
Hi and thanks for the amazing package. Thanks! |
Amazing work!
The examples use map_afghanistan and map_americas, which I can not find or reproduce.
I am guessing something like this is needed:
americas <- data.frame(map("americas", plot=FALSE)[c("x","y")])
map_americas <- qplot(x, y, data=americas, geom="path"))
The text was updated successfully, but these errors were encountered: