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 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.


[Package dMod version 1.0.2 Index]