This is a basic plotting tool to visualize computed marginal
plug-in estimates of densities, see NMixPlugDensMarg
.
# S3 method for NMixPlugDensMarg
plot(x, auto.layout=TRUE,
type="l", col="darkblue", lty=1, lwd=1, main, xlab, ylab, ...)
invisible(x)
an object of class NMixPlugDensMarg
.
if TRUE
then the function determines itself
how to divide the plotting region to draw densities for all margins.
type of the plot.
color used to draw the lines.
type of the line.
line width.
main title of the plot. Either character which is replicated or a vector of characters of the length equal to the number of margins.
label for the x-axis. Either character which is replicated or a vector of characters of the length equal to the number of margins.
label for the y-axis. Either character which is replicated or a vector of characters of the length equal to the number of margins.
additional arguments passed to the plot
function.
Arnošt Komárek arnost.komarek@mff.cuni.cz
NMixPlugDensMarg
, NMixMCMC
.