unwrap {magclass} | R Documentation |
Unwrap
Description
Creates a higher dimensional array by separating all subdimensions in the third dimension of a MAgPIE object and returning them as separate dimension.
Usage
unwrap(x, sep = NULL)
Arguments
x |
A MAgPIE object |
sep |
deprecated, please do not use anymore |
Value
An array with the full dimensionality of the original data
Author(s)
Jan Philipp Dietrich
See Also
Examples
a <- as.magpie(array(1:6, c(3, 2), list(c("bla", "blub", "ble"), c("up", "down"))))
unwrap(a)
[Package magclass version 6.13.2 Index]