Usage
qqplot.das(x, distribution = "norm", ylab = deparse(substitute(x)), xlab = paste(distribution, "quantiles"), main = "", las = par("las"), datax = FALSE, envelope = 0.95, labels = FALSE, col = palette()[2], lwd = 2, pch = 1, line = c("quartiles", "robust", "none"), cex = 1, xaxt = "s", add.plot=FALSE,xlim=NULL,ylim=NULL,...)
Arguments
distribution
name of the comparison distribution
ylab
label for the y axis (empirical quantiles)
xlab
label for the x axis (comparison quantiles)
las
if 0, ticks labels are drawn parallel to the axis
datax
if TRUE, x and y axis are exchanged
envelope
confidence level for point-wise confidence envelope, or FALSE for no envelope
labels
vector of point labels for interactive point identification, or FALSE for no labels
col, lwd, pch, cex, xaxt
graphical parameter, see par
line
"quartiles" to pass a line through the quartile-pairs, or "robust" for a robust-regression line. "none" suppresses the line
add.plot
if TRUE the new plot is added to an old one
xlim
the range for the x-axis
ylim
the range for the y-axis
...
further arguments for the probability function