R/plot.ml_mcmc.R

Defines functions plot.ml_mcmc

Documented in plot.ml_mcmc

## File Name: plot.ml_mcmc.R
## File Version: 0.02

plot.ml_mcmc <- function( x, ask=TRUE, ...)
{
    plot( x$sampled_values, ask=ask, ...)
}
alexanderrobitzsch/miceadds documentation built on Feb. 2, 2024, 10:21 a.m.