unwrap | R Documentation |
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)
x |
A MAgPIE object |
sep |
deprecated, please do not use anymore |
An array with the full dimensionality of the original data
Jan Philipp Dietrich
wrap
,fulldim
a <- as.magpie(array(1:6, c(3, 2), list(c("bla", "blub", "ble"), c("up", "down"))))
unwrap(a)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.