R/plot.tam.pv.mcmc.R

Defines functions plot.tam.pv.mcmc

Documented in plot.tam.pv.mcmc

## File Name: plot.tam.pv.mcmc.R
## File Version: 0.01

plot.tam.pv.mcmc <- function(x, ...)
{
    plot( x$parameter_samples, ... )
}

Try the TAM package in your browser

Any scripts or data that you put into this service are public.

TAM documentation built on Aug. 29, 2022, 1:05 a.m.