plot.NMixPredDensJoint2 {mixAK} | R Documentation |
Plot computed marginal pairwise bivariate predictive densities
Description
This is a basic plotting tool to visualize computed marginal pairwise
bivariate predictive densities using the
image
plot or contour
plot.
See also NMixPredDensJoint2
.
Usage
## S3 method for class 'NMixPredDensJoint2'
plot(x, K=0, contour=FALSE,
add.contour=TRUE, col.add.contour="brown",
auto.layout=TRUE,
col, lwd=1, main, xylab, ...)
Arguments
x |
an object of class |
K |
if equal to If higher than |
contour |
logical. If |
add.contour |
logical. If |
col.add.contour |
color of contours which are added to the image plot. |
auto.layout |
if |
col |
color used to draw the contours or images. |
lwd |
line width. |
main |
main title of the plot. |
xylab |
optional character vector of the length equal to the number of margins with labels used for x and y axes on the plots. |
... |
additional arguments passed to the |
Value
invisible(x)
Author(s)
Arnošt Komárek arnost.komarek@mff.cuni.cz
References
Komárek, A. (2009). A new R package for Bayesian estimation of multivariate normal mixtures allowing for selection of the number of components and interval-censored data. Computational Statistics and Data Analysis, 53(12), 3932–3947.
See Also
Examples
## See additional material available in
## YOUR_R_DIR/library/mixAK/doc/
## or YOUR_R_DIR/site-library/mixAK/doc/
## - files Galaxy.R, Faithful.R, Tandmob.R and
## http://www.karlin.mff.cuni.cz/~komarek/software/mixAK/Galaxy.pdf
## http://www.karlin.mff.cuni.cz/~komarek/software/mixAK/Faithful.pdf
## http://www.karlin.mff.cuni.cz/~komarek/software/mixAK/Tandmob.pdf