Rdocumentation
powered by
Learn R Programming
dMod (version 0.1)
plotCombined: Plot a list of model predictions and a list of data points in a combined plot
Description
Plot a list of model predictions and a list of data points in a combined plot
Usage
plotCombined(prediction, data, ...)
Arguments
prediction
Named list of matrices or data.frames, usually the output of a prediction function as generated by
Xs
.
data
Named list of data.frames as being used in
res
, i.e. with columns
name
,
time
,
value
and
sigma
.
...
Further arguments going to
subset
.
Value
A plot object of class
ggplot
.
Details
The data.frame being plotted has columns
time
,
value
,
sigma
,
name
and
condition
.