Functions to count the number of cells/years/datasets/regions of an MAgPIE-object
See also
Other ObjectInfo:
dimExists(),
fulldim(),
hasCoords(),
hasSets(),
is.temporal(),
isYear(),
ndim(),
sameDims()
Examples
a <- is.magpie(NULL)
ncells(a)
#> NULL
nyears(a)
#> NULL
ndata(a)
#> NULL
nregions(a)
#> NULL