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"))
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"))