plot.datalist: Plot a list data points

Description Usage Arguments Details Value

View source: R/dataClass.R

Description

Plot a list data points

Usage

1
2
## 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 name, time, value and sigma.

...

Further arguments going to dplyr::filter.

scales

The scales argument of facet_wrap or facet_grid, i.e. "free", "fixed", "free_x" or "free_y"

facet

Either "wrap" or "grid"

Details

The data.frame being plotted has columns time, value, sigma, name and condition.

Value

A plot object of class ggplot.


dMod documentation built on Jan. 27, 2021, 1:07 a.m.