Plots true clusters if x
equals "RNGMIX"
. Plots the REBMIX output
depending on what
argument if x
equals "REBMIX"
.
Plots predictive clusters if x
equals "RCLRMIX"
.
Wrongly clustered observations are plotted only if x@Zt
is available.
Plots predictive classes and wrongly classified observations if x
equals "RCLSMIX"
.
# S4 method for RNGMIX,missing
plot(x, y, pos = 1, 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, ...)
# S4 method for REBMIX,missing
plot(x, y, pos = 1, what = c("pdf"),
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, log = "", ...)
# S4 method for RCLRMIX,missing
plot(x, y, s = expression(c), 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, ...)
# S4 method for 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 signatures
Returns (invisibly) a list containing graphical parameters par
. Such a list can be passed as an argument to par
to restore the parameter values.
see Methods section below.
currently not used.
a desired row number in x@summary
to be plotted. The default value is 1
.
a desired number of clusters to be plotted. The default value is expression(c)
.
a character vector giving the plot types. One of "pdf"
for probability density function, "marginal pdf"
for marginal probability density function, "IC"
for information criterion depending on numbers of components
\(c\), "logL"
for log likelihood, "D"
for total of positive relative deviations, "K"
for information criterion depending
on bins \(v\) or numbers of nearest neighbours \(k\), "cdf"
for univariate distribution function or
"marginal cdf"
for marginal distribution function. The default value is "pdf"
.
a desired number of rows in which the empirical and predictive densities are to be plotted. The default value is 1
.
a desired number of columns in which the empirical and predictive densities are to be plotted. The default value is 1
.
a number of points at which the predictive densities are to be plotted. The default value is 200
.
a number of observations to be plotted. The default value is 200
.
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
.
a colour used for things like axes and boxes around plots, see also par
.
The default value is "black"
.
a line type, see also par
. The default value is "solid"
.
a line width, see also par
. The default value is 1
.
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"
.
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
.
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
equivalent to 1.0
. Note that this does not affect annotation, see also plot.default
.
The default value is 0.8
.
a vector of plotting characters or symbols, see also points
. The default value is 19
.
logical. The contours are labelled if TRUE
. The default value is FALSE
.
cex
for contour labelling. The default value is 0.8
. This is an absolute size, not a multiple of
par("cex")
.
a character specifying where the labels will be located. The possible values
are "simple"
, "edge"
and default "flattest"
, see also contour
.
a number of desired contour levels. The default value is 12
.
a character which contains "x"
if the x axis is to be logarithmic, "y"
if the
y axis is to be logarithmic and "xy"
or "yx"
if both axes are to be logarithmic. The default value is ""
.
further arguments to par
.
signature(x = "RNGMIX", y = "missing")
an object of class RNGMIX
.
signature(x = "RNGMVNORM", y = "missing")
an object of class RNGMVNORM
.
signature(x = "REBMIX", y = "missing")
an object of class REBMIX
.
signature(x = "REBMVNORM", y = "missing")
an object of class REBMVNORM
.
signature(x = "RCLRMIX", y = "missing")
an object of class RCLRMIX
.
signature(x = "RCLRMVNORM", y = "missing")
an object of class RCLRMVNORM
.
signature(x = "RCLSMIX", y = "missing")
an object of class RCLSMIX
.
signature(x = "RCLSMVNORM", y = "missing")
an object of class RCLSMVNORM
.
Marko Nagode
C. M. Bishop. Neural Networks for Pattern Recognition. Clarendon Press, Oxford, 1995.