combineVerticallyGGplot
prepare list of subject profile (s) to be combined with the combineVerticallyGGplot
prepareSubjectProfile(
...,
labels,
timeLim = NULL,
refLines = NULL,
refLinesData = NULL,
refLinesTimeVar = NULL,
refLinesLabelVar = NULL,
subjectVar = "USUBJID",
timeTrans = NULL,
timeExpand = NULL
)
subjectProfilePlot
object, containing the combined
profile plots
list of subject profiles (across modules)
string with labels for the plots
time limits, as returned by the
getTimeLimSubjectProfilePlots
function.
(optional) nested list with details for reference line(s). Each sublist contains:
(required) 'label': string with label for the reference line
(required) 'time': unique time (x) coordinate for the reference line
(optional) 'color': color for the reference line, 'black' by default
(optional) 'linetype': linetype for the reference line, 'dotted' by default
data.frame with data from which the reference line(s) should be extracted
string, variable of refLinesData
with time for reference line(s)
string, variable of refLinesData
with label for reference line(s)
String, variable of data
with subject ID
Time transformation, or list of such transformation named by module. If NULL, no transformation are done.
Vector of range expansion constants for the time axis
(see expand
parameter in scale_x_continuous
).
Laure Cougnaud