Functions to count the subdimensions of an MAgPIE-object
See also
Other ObjectInfo:
dimExists(),
fulldim(),
hasCoords(),
hasSets(),
is.temporal(),
isYear(),
ncells(),
sameDims()
Examples
a <- maxample("animal")
ndim(a)
#> [1] 10
ndim(a,1)
#> [1] 4
ndim(a,2)
#> [1] 3
ndim(a,3)
#> [1] 3