Learn R Programming

mudata (version 0.1.1)

autoplot.mudata: Autoplot a mudata object

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

# S3 method for mudata
autoplot(x, ...)

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

Arguments

x

A mudata object

...

Passed on to qualifierplot

Value

A ggplot object

Examples

Run this code
# NOT RUN {
data(kentvillegreenwood)
plot(kentvillegreenwood)
library(ggplot2)
autoplot(kentvillegreenwood)

# }

Run the code above in your browser using DataLab