Usage
qpplot.das(x, qdist = qnorm, probs = NULL, logx = FALSE, cex.lab = 1,
xlab = NULL, ylab = "Probability [%]", line = TRUE, lwd = 2, pch = 3,
logfinetick = c(10), logfinelab = c(10), cex = 0.7, xlim = NULL,
ylim = NULL, gridy = TRUE, add.plot = FALSE, col = 1, ...)
Arguments
qdist
The probability function with which the data should be compared.
probs
The selected probabilities, see details
logx
if TRUE, then log scale on x-axis is used
cex.lab
The size of the label
line
if TRUE the line will be drawn
pch, cex, col
graphical parameter
logfinetick
how fine are the tick marks on log-scale on x-axis
logfinelab
how fine are the labels on log-scale on x-axis
xlim
the range for the x-axis
ylim
the range for the y-axis
gridy
if grid along y-axis should be drawn
add.plot
if TRUE the new plot is added to an old one
...
futher arguments for the probability function