This is a basic plotting tool to visualize computed marginal pairwise
bivariate densities (plug-in version) using the
contour
plot. See also NMixPlugDensJoint2
.
# S3 method for NMixPlugDensJoint2
plot(x, contour=FALSE,
add.contour=TRUE, col.add.contour="brown",
auto.layout=TRUE,
col, lwd=1, main, xylab, ...)
invisible(x)
an object of class NMixPlugDensJoint2
.
logical. If TRUE
then contours are drawn,
otherwise image plot is created.
logical. If TRUE
and contour
is
FALSE
(i.e., image plot is drawn) then contours are added to
the image plots.
color of contours which are added to the image plot.
if TRUE
then the function determines itself
how to divide the plotting region to draw densities for all margins.
color used to draw the contours or images.
line width.
main title of the plot.
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 plot
function.
Arnošt Komárek arnost.komarek@mff.cuni.cz
NMixPlugDensJoint2
, NMixMCMC
.