plot.bayes_mode {BayesMultiMode}R Documentation

Plot method for bayes_mode objects

Description

Plot method for bayes_mode objects

Usage

## S3 method for class 'bayes_mode'
plot(x, graphs = c("p1", "number", "loc"), draw = NULL, ...)

Arguments

x

An object of class bayes_mode.

graphs

which plot to show ? Default is all three c("p1", "number", "loc").

draw

Plot modes in a given mcmc draw; note that graphs is discarded. Default is NULL.

...

Not used.


[Package BayesMultiMode version 0.7.1 Index]