Skip to contents

[Stable]

Plots MMopt objects

Usage

# S3 method for MMopt
plot(x, line = list(probs = NA), times = T, ...)

Arguments

x

The name of an MMopt data object generated by MM_opt

line

Passed to plot.PM_sim with default as list(probs = NA).

times

Format the vertical lines for optimal times. Default is dashed red line. r template("line")`

...

Other parameters to pass to plot.PM_sim.

probs

Default is NA. See plot.PM_sim for details.

Value

Plots the simulation profiles with MMoptimal times indicated as vertical lines.

Details

Simulated observations are plotted on the y-axis vs. time on the x.axis. Optimal sampling times are indicated as vertical lines. Defaults for optimal sample times are red, dash, width 2. Defaults for the line format are as for plot.PM_sim.

Author

Michael Neely