Plot computed univariate conditional predictive densities
This is a basic plotting tool to visualize computed posterior predictive estimates
of univariate conditional densities, see NMixPredCondDensMarg
.
## S3 method for class 'NMixPredCondDensMarg' plot(x, ixcond, imargin, prob, over=FALSE, auto.layout=TRUE, type="l", lwd=1, lty, col, qlwd=1, qlty, qcol, main, xlab, ylab, ylim, annot=TRUE, ...)
x |
an object of class |
ixcond |
if given then conditional densities of all margins given |
imargin |
if given then conditional densities of the |
prob |
probabilities of pointwise posterior quantiles which
should be added to the plot. Computed values of requested posterior
quantiles must be present in the object |
over |
logical. If |
auto.layout |
if |
type |
type of the plot. |
lwd |
line width. |
lty |
type of the line. It can be a vector in which case different lines are drawn in different types. |
col |
color used to draw the lines. It can be a vector in which case different lines are drawn in different colors. |
qlwd |
line width for pointwise posterior quantiles. |
qlty |
type of the line for pointwise posterior quantiles. |
qcol |
color used to draw pointwise posterior quantiles. |
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 |
invisible(x)
Arnošt Komárek arnost.komarek[AT]mff.cuni.cz
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.