| ncdfDimensionGenerics {ncdfCF} | R Documentation |
Generics for ncdfCF dimensions
Description
These are generic method definitions with implementations in descendant
classes. See ncdfDimensionNumeric, ncdfDimensionCharacter and
ncdfDimensionTime help topics for details.
Usage
has_bounds(x)
axis(x)
Arguments
x |
The |
Value
has_bounds() returns a logical to indicate if bounds have been set
on the dimension. axis() returns a character to indicate which of axes "X",
"Y", "Z", or "T" is associated with the dimension, if any.
[Package ncdfCF version 0.1.1 Index]