prepareSubjectProfile {patientProfilesVis} | R Documentation |
prepare list of subject profile (s) to be combined with the combineVerticallyGGplot
Description
prepare list of subject profile (s) to be combined with the combineVerticallyGGplot
Usage
prepareSubjectProfile(
...,
labels,
timeLim = NULL,
refLines = NULL,
refLinesData = NULL,
refLinesTimeVar = NULL,
refLinesLabelVar = NULL,
subjectVar = "USUBJID",
timeTrans = NULL,
timeExpand = NULL
)
Arguments
... |
list of subject profiles (across modules) |
labels |
string with labels for the plots |
timeLim |
time limits, as returned by the
|
refLines |
(optional) nested list with details for reference line(s). Each sublist contains:
|
refLinesData |
data.frame with data from which the reference line(s) should be extracted |
refLinesTimeVar |
string, variable of |
refLinesLabelVar |
string, variable of |
subjectVar |
String, variable of |
timeTrans |
Time transformation, or list of such transformation named by module. If NULL, no transformation are done. |
timeExpand |
Vector of range expansion constants for the time axis
(see |
Value
subjectProfilePlot
object, containing the combined
profile plots
Author(s)
Laure Cougnaud