plot.admb_hist {R2admb}R Documentation

Plot MCMC histogram

Description

Plot MCMC histogram

Usage

## S3 method for class 'admb_hist'
plot(x,type=c("lattice","ggplot"),dtype=c("hist","density"),pars,...)

Arguments

x

plotting data

type

only "lattice" at present

dtype

either "hist" or "density"

pars

passed to rhist

...

additional parameters for compatibility

Value

plot object


[Package R2admb version 0.7.16.3 Index]