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, ...)
}

Try the miceadds package in your browser

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

miceadds documentation built on Jan. 7, 2023, 1:09 a.m.