View source: R/makeCFObjects.R
makeLongitudeAxis | R Documentation |
With this method you can create a longitude axis to use with new CFArray instances.
makeLongitudeAxis(id, name, group, length, values, bounds = NULL, units = "")
id |
Id of the axis. |
name |
Name of the axis. |
group |
Group to place the axis in. |
length |
Length of the axis. |
values |
The coordinate values. |
bounds |
The bounds of the coordinate values, or |
units |
A character string with the axis units. |
A CFAxisLongitude
instance.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.