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