| ncdfDimension-class {ncdfCF} | R Documentation |
Base dimension object
Description
The 'dimension' is one of the key building blocks of a data set in an netCDF
resource. This virtual class contains the common functionality of all
dimension classes. Instantiable sub-classes include ncdfDimensionNumeric for
numeric dimension values, and ncdfDimensionTime for "time"
dimensions.
Slots
var_idThe ID of the dimension variable if read from file.
var_typeThe type of the dimension variable if read from file.
lengthThe number of elements in the dimension.
unlimFlag to indicate whether this dimension is unlimited, e.g. can be extended beyond the current 'length'.
axisThe axis of the dimension, if known.
[Package ncdfCF version 0.1.1 Index]