Learn R Programming

BayesMultiMode (version 0.7.4)

plot.bayes_mode: Plot method for bayes_mode objects

Description

Plot method for bayes_mode objects

Usage

# S3 method for 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.