powered by
Creates a new MAgPIE object
new.magpie( cells_and_regions = "GLO", years = NULL, names = NULL, fill = NA, sort = FALSE, sets = NULL, unit = NULL )
an empty magpie object filled with fill, with the given dimnames
Either the region names (e.g. "AFR"), or the cells (e.g. 1:10), or both in combination (e.g. "AFR.1"). NULL means no spatial element.
dimnames for years in the format "yXXXX" or as integers. NULL means one year which is not further specified
dimnames for names. NULL means one data element which is not further specified
Default value for the MAgPIE object
Bolean. Decides, wheher output should be sorted or not.
A vector of dimension names. See getSets for more information.
getSets
deprecated
Benjamin Bodirsky, Jan Philipp Dietrich
as.magpie
a <- new.magpie(1:10, 1995:2000) b <- new.magpie(c("AFR", "CPA"), "y1995", c("bla", "blub"), sets = c("i", "t", "value")) c <- new.magpie()
Run the code above in your browser using DataLab