Usage
## S3 method for class 'uncertMC':
plot(x, which = 1:2,
main=paste("Monte Carlo evaluation -",deparse(substitute(x))),
ask = prod(par("mfcol")) < length(which) && dev.interactive(),
caption = list("Histogram", "Q-Q plot", "Density",
"Correlation x-y", "Covariance x-y"),
xlab = paste(deparse(substitute(x)), "$y", sep = ""),
..., cex.caption = 1, cex.main = 1.25, lwd.y = 2, col.y = 2, lty.y,
col.qqline = NULL, lty.qqline = NULL, lwd.qqline = NULL)
Arguments
x
An object of class uncertMC
produced by uncertMC()
or
uncert()
with method="MC"
.
which
Integer in 1:5; the particular variant(s) of plot required.
A vector is permitted, in which case plots are produced in ascending order
of which
.
main
Main title for the plot
ask
logical; if 'TRUE', the user is _ask_ed before each plot, see 'par("ask=")'
caption
A list of captions for all the different plots.
xlab
x-axis label, currently passed only to the histogram plot.
...
Additional parameters passed to other functions. See details
for which parameters are passed.
cex.caption
Expansion factor for individual plot captions; as cex
in par
.
cex.main
Expansion factor for main title; as cex.main
in par
.
lwd.y, col.y, lty.y
Line width and colour for the location line in the histogram
and density plots. Setting lwd.y=0 suppresses the location line.
col.qqline, lty.qqline, lwd.qqline
Graphical parameters for the Q-Q line in the
Q-Q plot.