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