Christofer Bogaso
2017-May-12 17:13 UTC
[R] Drawing World map divided into 6 economic regions
Hi again, I am trying to draw a World map which is divided into 6 Economic regions as available in below link http://www.worldbank.org/en/about/annual-report/regions I am aware of various R ways to draw World map based on Countries like one available in http://stackoverflow.com/questions/24136868/plot-map-with-values-for-countries-as-color-in-r However I do not want to put any individual Country boundaries, instead the individual boundaries of 6 Economic regions in the World. Can you please suggest how can I achieve such a World map. Any pointer will be highly appreciated. Thanks for your time.
Well, you'll have to find the boundaries in some electronic GIS format such
as a shapefile (though there are other options).
I don't know where to find such a thing. Your chances of finding someone who
does know are greater on the R-sig-geo mailing list, so I'd suggest asking
there.
You may also need to transform your boundaries from whatever coordinate
reference system they come in, to your desired projection.
-Don
--
Don MacQueen
Lawrence Livermore National Laboratory
7000 East Ave., L-627
Livermore, CA 94550
925-423-1062
On 5/12/17, 10:13 AM, "R-help on behalf of Christofer Bogaso"
<r-help-bounces at r-project.org on behalf of bogaso.christofer at
gmail.com> wrote:
Hi again,
I am trying to draw a World map which is divided into 6 Economic
regions as available in below link
http://www.worldbank.org/en/about/annual-report/regions
I am aware of various R ways to draw World map based on Countries like
one available in
http://stackoverflow.com/questions/24136868/plot-map-with-values-for-countries-as-color-in-r
However I do not want to put any individual Country boundaries,
instead the individual boundaries of 6 Economic regions in the World.
Can you please suggest how can I achieve such a World map. Any pointer
will be highly appreciated.
Thanks for your time.
______________________________________________
R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.