patientProfilesVis-common-args {patientProfilesVis} | R Documentation |
Arguments used across the functions of the patientProfilesVis package.
Description
Arguments used across the functions of the patientProfilesVis package.
Arguments
data |
Data.frame with data. |
colorVar |
String, variable of |
colorLab |
String, label for |
colorPalette |
Named vector with color palette.
The variable should be named with the corresponding element
in
|
shapeVar |
String, variable of |
shapeLab |
String, label for |
shapePalette |
Named character vector with shape palette
for
Note it is advised to specify the shapes as character,
e.g. 'cross' instead of |
paramGroupVar |
(optional) Character vector with variable(s)
of |
xLab |
String, label for the x-axis. |
yLab |
String, label for the y-axis. |
label |
String, label for the visualization.
This label is stored as attributes of the output
from the |
title |
String, title for the plot. |
timeVar |
String, variable of |
timeLab |
String, label for |
paramVar |
Character vector with variable(s) of |
paramLab |
Named character vector,
with label for the parameter variable(s) ( |
timeLim |
(optional) Vector of length 2 with time limits (x-axis).
If not specified, these are extracted from the minimum |
timeTrans |
transformation for the time variable,
(see |
timeExpand |
Vector of range expansion constants for the time axis
(see |
listPlots |
Named list of subject profiles.
Each sublist contains subject profiles as returned
by the |
alpha |
Numeric with transparency, 1 by default. |
labelVars |
Named character vector with variable labels (names are the variable code) |
subjectVar |
String, variable of |
formatReport |
list with parameters used to specify the format of the report,
e.g. output of the |
paramVarSep |
string with character(s) used to concatenate multiple
|
Value
No return value, used for the documentation of the functions of the package.