plot.mixture {BayesMultiMode} | R Documentation |
Plot method for mixture
objects
Description
Plot method for mixture
objects
Usage
## S3 method for class 'mixture'
plot(x, from = x$range[1], to = x$range[2], ...)
Arguments
x |
An object of class |
from |
the lower limit of the range over which the function will be plotted.
Default is |
to |
the upper limit of the range over which the function will be plotted.
Default is |
... |
Not used. |
[Package BayesMultiMode version 0.7.1 Index]