plot.BMMposteriori {bayesmix} | R Documentation |
Plot a posteriori probabilities of data points
Description
Plot method for object of class BMMposteriori
, typically
called by BMMposteriori
.
Usage
## S3 method for class 'BMMposteriori'
plot(x, caption, main = "", ...)
Arguments
x |
a |
caption |
captions to appear above the plots. |
main |
title to each plot-in addition to the above |
... |
further graphical parameters may also be supplied as arguments. |
Details
This function is called by BMMposteriori
if plot =
TRUE
.
Author(s)
Bettina Gruen
See Also
[Package bayesmix version 0.7-6 Index]