plot.multiadm {admtools}R Documentation

plot multiadm object

Description

plots the median age (red) and the 95 % envelope (blue) of a multiadm object

Usage

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

Arguments

x

multiadm object

...

parameters passed to plot

Value

a plot of the multiadm object

Examples

## Not run: 
# see
vignette("adm_from_trace_cont")
# and 
vignette("adm_from_sedrate")
# for example plots.

## End(Not run)


[Package admtools version 0.3.0 Index]