countryRegions | R Documentation |
A number of regional classifications exist, e.g. SRES, Stern, etc. This table can be used to find which grouping a country belongs to, given its country code. A variety of different codes or groupings can be used.
A data frame with the following variables.
ISO 3 letter country code
country name
7 region continent classification
6 continents classification
Global Environment Outlook GEO3 major region names
Global Environment Outlook GEO3 major region names
Image24 region names
GLOCAF region names
Stern report region names
SRES major region names
SRES region names
Global Burden of Disease GBD region names
numeric codes for AVOID regions
AVOID regions
UN Least Developed Countries
UN Small Island Developing states
UN Landlocked Developing Countries
Joined onto vector country maps. Used by country2Region
and
mapByRegion
.
data(countryRegions,envir=environment(),package="rworldmap")
str(countryRegions)
#joining example data onto the regional classifications
data(countryExData,envir=environment(),package="rworldmap")
dF <- merge(countryExData,countryRegions,by.x='ISO3V10',by.y='ISO3')
#plotting ENVHEALTH for Least Developed Countries (LDC) against others
#plot( dF$ENVHEALTH ~ dF$LDC)
#points( y=dF$ENVHEALTH, x=dF$LDC)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.