makeDiscreteAxis {ncdfCF} | R Documentation |
Create a discrete axis
Description
With this method you can create a discrete axis to use with new CFArray instances.
Usage
makeDiscreteAxis(name, group, length)
Arguments
name |
Name of the axis. |
group |
Group to place the axis in. |
length |
The length of the axis. |
Value
A CFAxisDiscrete instance. The values will be a sequence of size
length
.
[Package ncdfCF version 0.6.1 Index]