plot.datalist: Plot a list data points

View source: R/dataClass.R

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


dkaschek/dMod documentation built on April 23, 2024, 5:18 p.m.