ncells | R Documentation |
Functions to count the number of cells/years/datasets/regions of an MAgPIE-object
ncells(x)
ndata(x)
nregions(x)
nyears(x)
x |
A MAgPIE-object |
value |
The number of cells/years/datasets/regions of |
ndata()
: count datasets
nregions()
: count regions
nyears()
: count years
Jan Philipp Dietrich
a <- is.magpie(NULL)
ncells(a)
nyears(a)
ndata(a)
nregions(a)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.