plot.NMixPlugCondDensMarg {mixAK} | R Documentation |
Plot computed univariate conditional densities (plug-in estimate)
Description
This is a basic plotting tool to visualize computed plug-in estimates
of univariate conditional densities, see NMixPlugCondDensMarg
.
Usage
## S3 method for class 'NMixPlugCondDensMarg'
plot(x, ixcond, imargin, over=FALSE,
auto.layout=TRUE, type="l", lwd=1, lty, col, main, xlab, ylab, ylim,
annot=TRUE, ...)
Arguments
x |
an object of class |
ixcond |
if given then conditional densities of all margins given |
imargin |
if given then conditional densities of the |
over |
logical. If |
auto.layout |
if |
type |
type of the plot. |
lwd |
line width. |
col |
color used to draw the lines. It can be a vector in which case different lines are drawn in different colors. |
lty |
type of the line. It can be a vector in which case different lines are drawn in different types. |
main |
main title of the plot. Either character which is replicated or a vector of characters. |
xlab |
label for the x-axis. Either character which is replicated or a vector of characters. |
ylab |
label for the y-axis. Either character which is replicated or a vector of characters. |
ylim |
limits for the y-axis. |
annot |
if |
... |
additional arguments passed to the |
Value
invisible(x)
Author(s)
Arnošt Komárek arnost.komarek@mff.cuni.cz
See Also
NMixPlugCondDensMarg
, NMixMCMC
.