Usage
## S3 method for class 'REBMIX,missing':
plot(x, y, pos = 1, what = c("density"),
     nrow = 1, ncol = 1, npts = 200, n = 200, cex = 0.8, fg = "black",
     lty = "solid", lwd = 1, pty = "m", tcl = 0.5, 
     plot.cex = 0.8, plot.pch = 19, contour.drawlabels = FALSE, 
     contour.labcex = 0.8, contour.method = "flattest", 
     contour.nlevels = 12, ...)
## S3 method for class 'RCLRMIX,missing':
plot(x, y, nrow = 1, ncol = 1, cex = 0.8,
     fg = "black", lty = "solid", lwd = 1, pty = "m", tcl = 0.5, 
     plot.cex = 0.8, plot.pch = 19, ...)        
## S3 method for class 'RCLSMIX,missing':
plot(x, y, nrow = 1, ncol = 1, cex = 0.8,
     fg = "black", lty = "solid", lwd = 1, pty = "m", tcl = 0.5, 
     plot.cex = 0.8, plot.pch = 19, ...)     
## ... and for other signaturesArguments
x
see Methods section below.
pos
a desired row number in x$summary to be ploted. The default value is 1.
what
a character vector, giving the plot types. One of "density" for probability density function, "marginal" for marginal probability density function, "IC" for information criterion depending on numbers of components $c
nrow
a desired number of rows in which the empirical and predictive densities are to be ploted. The default value is 1.
ncol
a desired number of columns in which the empirical and predictive densities are to be ploted. The default value is 1.
npts
a number of points at which the predictive densities are to be ploted. The default value is 200.
n
a number of observations to be ploted. The default value is 200.
cex
a numerical value giving the amount by which the plotting text and symbols should be magnified
relative to the default, see also par. The default value is 0.8. fg
a colour used for things like axes and boxes around plots, see also par. 
The default value is "black". lty
a line type, see also par. The default value is "solid". lwd
a line width, see also par. The default value is 1. pty
a character specifying the type of the plot region to be used. One of "s" generating a square plotting
region or "m" generating the maximal plotting region. The default value is "m".
tcl
a length of tick marks as a fraction of the height of a line of the text, see also par. 
The default value is 0.5. plot.cex
a numerical vector giving the amount by which plotting characters and symbols should be
scaled relative to the default. It works as a multiple of par("cex"). NULL and NA are
 plot.pch
a vector of plotting characters or symbols, see also points. The default value is 19. contour.drawlabels
logical. The contours are labelled if TRUE. The default value is FALSE.
contour.labcex
cex for contour labelling. The default value is 0.8. This is an absolute size, not a multiple of
par("cex").contour.method
a character specifying where the labels will be located. The possible values
are "simple", "edge" and default "flattest", see also contour. contour.nlevels
a number of desired contour levels. The default value is 12.
...
further arguments to par.