With this method you can create a latitude axis to use with new CFVariable instances.
Usage
makeLatitudeAxis(
name,
values,
bounds = NULL,
attributes = data.frame(),
group = NULL
)Arguments
- name
Name of the axis.
- values
The coordinate values.
- bounds
The bounds of the coordinate values, or
NULLif not available.- attributes
data.framewith the attributes of the axis to create. Attributes "standard_name", "units", "actual_range" and "axis" will be set or updated.- group
CFGroup instance where the axis will be located. If
NULL(default), a private group will be created for the axis.
Value
A CFAxisLatitude instance.