Re: [R-sig-Geo] Fwd: Pie charts on a map. v2

2015-04-12 Thread Baldwin, Jim -FS
-sig-geo@r-project.org Subject: Re: [R-sig-Geo] Fwd: Pie charts on a map. v2 ​Thank you so much for answering! I have checked the two points that you have mentioned. I actually had library(rworldxtra) in my original, longer code, so I have copied it to this shorter one. However, R still refuses to plot an

Re: [R-sig-Geo] Fwd: Pie charts on a map. v2

2015-04-12 Thread Jue Lin-Ye
​Thank you so much for answering! I have checked the two points that you have mentioned. I actually had library(rworldxtra) in my original, longer code, so I have copied it to this shorter one. However, R still refuses to plot anything on the map. About point 2, I am focusing on the Catalan coast

Re: [R-sig-Geo] Fwd: Pie charts on a map. v2

2015-04-12 Thread Baldwin, Jim -FS
I think there are two issues: 1. You need the rworldxtra package to get the countriesHigh dataset so adding in library(rworldxtra) is necessary. 2. I think you need to "focus" the figure to a smaller area and add in a statement like mapRegion="Somalia" in the mapPies function. Jim Fro