print.magpie | R Documentation |
print method for MAgPIE objects for conventient display of magpie data.
## S3 method for class 'magpie'
print(x, drop = TRUE, reshape = FALSE, ...)
x |
MAgPIE object |
drop |
argument which controls whether empty dimensions should be skipped or not. |
reshape |
argument that controls tabular representation of nested data dimension cross tables, FALSE will reproduce standard print behavior any pair of two dimension numbers will create a table for these two dims, and loop over the other dimensions |
... |
arguments to be passed to or from other methods. |
Invisibly, the MAgPIE object x.
Jan Philipp Dietrich, Kristine Karstens, Felicitas Beier
print
pop <- maxample("pop")
print(pop)
print(pop[, 1, ], drop = FALSE)
print(pop[, 1, ])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.