getAxisLab {clinDataReview}R Documentation

Get axis label

Description

Get axis label

Usage

getAxisLab(axisVar, axisLab, labVar = NULL, data, labelVars)

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.

Value

String with label for the axis.


[Package clinDataReview version 1.6.1 Index]