Usage
## S3 method for class 'NMixPredDensMarg':
plot(x, K=0, auto.layout=TRUE,
type="l", col="darkblue", lty=1, lwd=1, main, xlab, ylab, \dots)
Arguments
x
an object of class NMixPredDensMarg
.
K
if equal to 0
then the overall predictive densities
are plotted taken from the dens
part of the object x
. If higher than 0
then the predictive density conditioned by
the value of K
auto.layout
if TRUE
then the function determines itself
how to divide the plotting region to draw densities for all margins.
col
color used to draw the lines.
main
main title of the plot. Either character which is
replicated or a vector of characters of the length equal to the number of margins.
xlab
label for the x-axis. Either character which is
replicated or a vector of characters of the length equal to the number of margins.
ylab
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.