mbind | R Documentation |
Merges MAgPIE-objects with identical structure in two dimensions. If data differs in the temporal or spatial dimension each year or region/cell must appear only once!
mbind(...)
... |
MAgPIE objects or a list of MAgPIE objects that should be merged. |
The merged MAgPIE object
Jan Philipp Dietrich, Misko Stevanovic
"magpie"
m <- new.magpie(c("AFR", "CPA", "EUR"), c(1995, 2005), "Data1", fill = c(1, 2, 3, 4, 5, 6))
ms <- dimSums(m, dim = 3.1)
mbind(m, ms)
my <- new.magpie(getRegions(m), 2010, getNames(m), fill = c(6, 6, 4))
mbind(m, my)
md <- new.magpie(getRegions(m), getYears(m), "Data2", fill = c(7, 6, 5, 7, 8, 9))
mbind(m, md)
pop <- maxample("pop")
a <- mbind(pop, pop)
dim(pop)
dim(a)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.