Learn R Programming

BayesMultiMode (version 0.7.4)

plot.mixture: Plot method for mixture objects

Description

Plot method for mixture objects

Usage

# S3 method for mixture
plot(x, from = x$range[1], to = x$range[2], ...)

Arguments

x

An object of class mixture.

from

the lower limit of the range over which the function will be plotted. Default is x$range[1].

to

the upper limit of the range over which the function will be plotted. Default is x$range[2].

...

Not used.