autoplot.mudata: Autoplot a mudata object

Description Usage Arguments Value Examples

View source: R/autoplot.R

Description

Produces a quick graphical summary of a mudata object using the ggplot framework. The subset argument is quite powerful for filtering, but does not affect the order of appearance. For this, use subset.mudata, which by default orders the datasets, locations, and parameters passed into the function.

Usage

1
2
3
4
5
## S3 method for class 'mudata'
autoplot(x, ...)

## S3 method for class 'mudata'
plot(x, ...)

Arguments

x

A mudata object

...

Passed on to qualifierplot

Value

A ggplot object

Examples

1
2
3
4

mudata documentation built on Nov. 17, 2017, 7:30 a.m.