powered by
Reconstruct the full dimensionality of a MAgPIE object
unwrap(x, sep = ".")
A MAgPIE object
A character separating joined dimension names
An array with the full dimensionality of the original data
wrap,fulldim
wrap
fulldim
# NOT RUN { a <- as.magpie(array(1:6,c(3,2),list(c("bla","blub","ble"),c("up","down")))) fulldim(a) unwrap(a) # }
Run the code above in your browser using DataLab