magpiesort | R Documentation |
Brings the spatial and temporal structure of MAgPIE objects in the right order. This function is especially useful when you create new MAgPIE objects as the order typically should be correct for MAgPIE objects.
magpiesort(x)
x |
MAgPIE object which might not be in the right order. |
The eventually corrected MAgPIE object (right order in spatial in temporal dimension)
Jan Philipp Dietrich
"magpie"
pop <- maxample("pop")
a <- magpiesort(pop)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.