getAxisLab: Get axis label
Description
Get axis label
Usage
getAxisLab(axisVar, axisLab, labVar = NULL, data, labelVars)
Value
String with label for the axis.
Arguments
- axisVar
String with column of data
containing variable for the axis.
- axisLab
(optional) String with label for axisVar
- labVar
String with column of data
containing variable(s) whose
content should be displayed in the axis (with its labels).
- data
Data.frame with data.
- labelVars
Named character vector containing variable labels.