whereplot | R Documentation |
Plots the results of a logical question on a mpa
whereplot(x)
x |
A logical statement with a magpie object on country resolution |
A map. Green is true, red is false, orange is true and false in the same country, purple is NA, and striped indicates a country that includes some NAs.
Benjamin Leon Bodirsky
## Not run:
data(population_magpie)
test<-population_magpie
dimnames(test)[[1]]<-c("AFG","DEU","FRA","EGY","IND","IDN","RUS","CHN","USA","YEM")
whereplot(test>500)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.