plot.datalist {dMod} | R Documentation |
Plot a list data points
Description
Plot a list data points
Usage
## S3 method for class 'datalist'
plot(x, ..., scales = "free", facet = "wrap")
Arguments
x |
Named list of data.frames as being used in res, i.e. with columns |
... |
Further arguments going to |
scales |
The scales argument of |
facet |
Either |
Details
The data.frame being plotted has columns time
, value
, sigma
,
name
and condition
.
Value
A plot object of class ggplot
.
[Package dMod version 1.0.2 Index]