plotregionscluster: plotregionscluster

View source: R/plotregionscluster.R

plotregionsclusterR Documentation

plotregionscluster

Description

Plots world map showing world regions and cluster.

Usage

plotregionscluster(x, cells = "magpiecell")

Arguments

x

data frame with 59199 or 67420 cells in MAgPIE order that contains regional and cluster information. For 59199 cells: format of cluster dimension region.cluster where region is the name of the region and cluster is the number of the cluster. For 67420 cells: cell dimension with coordinate and country name information and format of cluster dimension region.cluster

cells

"magpiecell" for 59199 cells and "lpjcell" for 67420 cells

Examples

x <- paste(rep(paste0("REG", 1:5), each = 12000), rep(1:25, each = 2400), sep = ".")[1:59199]
plotregionscluster(x)

pik-piam/luplot documentation built on Jan. 29, 2025, 12:30 a.m.