With this method you can create a character axis to use with new CFVariable instances.
Usage
makeCharacterAxis(name, values, attributes = data.frame(), group = NULL)Arguments
- name
Name of the axis.
- values
The character coordinate values of the axis.
- attributes
data.framewith the attributes of the axis to create.- group
CFGroup instance where the axis will be located. If
NULL(default), a private group will be created for the axis.
Value
A CFAxisCharacter instance.