plotMAD: Plot the data contained in MADproject object slots.

Description Usage Arguments Details Methods (by class) Examples

Description

plot plots the data contained in various slots of the provided MADproject. If no specific slot is specified, all slots that can be plotted will be.

Usage

1
2
3
4
5
6
7
plotMAD(x, y)

## S4 method for signature 'MADproject,ANY'
plotMAD(x)

## S4 method for signature 'MADproject,character'
plotMAD(x, y)

Arguments

x

The MADproject object

y

character string from the following options: "observations", "realizations", "priors", or "posteriors"

Details

All plots utilize ggplot2 plotting functions. The slots that can be plotted are priors, observations, realizations, and posteriors.

Methods (by class)

Examples

1
2
3
4
5
data(pumping)
plotMAD(pumping, "realizations")
plotMAD(pumping, "priors")
plotMAD(pumping, "posteriors")
plotMAD(pumping)

hsavoy/anchoredDistr documentation built on Jan. 26, 2020, 8:03 p.m.