powered by
Creates a higher dimensional array by separating all subdimensions in the third dimension of a MAgPIE object and returning them as separate dimension.
unwrap(x, sep = NULL)
An array with the full dimensionality of the original data
A MAgPIE object
deprecated, please do not use anymore
Jan Philipp Dietrich
wrap,fulldim
wrap
fulldim
a <- as.magpie(array(1:6, c(3, 2), list(c("bla", "blub", "ble"), c("up", "down")))) unwrap(a)
Run the code above in your browser using DataLab