Plot a list data points
# S3 method for datalist
plot(x, ..., scales = "free", facet = "wrap")
Named list of data.frames as being used in res, i.e. with columns name
, time
,
value
and sigma
.
Further arguments going to dplyr::filter
.
The scales argument of facet_wrap
or facet_grid
, i.e. "free"
, "fixed"
,
"free_x"
or "free_y"
Either "wrap"
or "grid"
A plot object of class ggplot
.
The data.frame being plotted has columns time
, value
, sigma
,
name
and condition
.