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 = NULL,
attributes = data.frame(),
group = NULL
)
name |
Name of the axis. |
values |
The coordinate values. |
bounds |
The bounds of the coordinate values, or |
attributes |
|
group |
CFGroup instance where the axis will be located. If |
A CFAxisVertical instance.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.