plot.NMixPredCondCDFMarg {mixAK} | R Documentation |
Plot computed univariate conditional predictive cumulative distribution functions
Description
This is a basic plotting tool to visualize computed posterior
predictive estimates
of univariate conditional cdf's, see NMixPredCondCDFMarg
.
Usage
## S3 method for class 'NMixPredCondCDFMarg'
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, ...)
Arguments
x |
an object of class |
ixcond |
if given then conditional cdf's of all margins given |
imargin |
if given then conditional cdf's 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 |
Value
invisible(x)
Author(s)
Arnošt Komárek arnost.komarek@mff.cuni.cz
See Also
NMixPredCondCDFMarg
, NMixMCMC
.