View source: R/plotregionscluster.R
plotregionscluster | R Documentation |
Plots world map showing world regions and cluster.
plotregionscluster(x, cells = "magpiecell")
x |
data frame with 59199 or 67420 cells in MAgPIE order
that contains regional and cluster information.
For 59199 cells: format of cluster dimension |
cells |
"magpiecell" for 59199 cells and "lpjcell" for 67420 cells |
x <- paste(rep(paste0("REG", 1:5), each = 12000), rep(1:25, each = 2400), sep = ".")[1:59199]
plotregionscluster(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.