makeLatitudeAxis {ncdfCF} | R Documentation |
Create a latitude axis
Description
With this method you can create a latitude axis to use with new CFArray instances.
Usage
makeLatitudeAxis(name, group, values, bounds)
Arguments
name |
Name of the axis. |
group |
Group to place the axis in. |
values |
The coordinate values. |
bounds |
The bounds of the coordinate values, or |
Value
A CFAxisLatitude instance.
[Package ncdfCF version 0.6.1 Index]