View source: R/makeCFObjects.R
makeVerticalAxis | R Documentation |
With this method you can create a vertical axis to use with new CFVariable instances. Note that you should set the "positive" attribute after creating the axis to indicate if values are increasing going upwards (positive = "up") or downwards (positive = "down").
makeVerticalAxis(name, values, bounds, attributes = NULL)
name |
Name of the axis. |
values |
The coordinate values. |
bounds |
The bounds of the coordinate values, or |
attributes |
|
A CFAxisVertical instance.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.