plot.midq2q {Qtools} | R Documentation |
Plot Quantile Functions
Description
Plot an object generated by midq2q
.
Usage
## S3 method for class 'midq2q'
plot(x, ..., xlab = "p", ylab = "Quantile",
main = "Ordinary Quantile Function", sub = TRUE, verticals = TRUE,
col.steps = "gray70", cex.points = 1, jumps = FALSE)
Arguments
x |
a |
... |
additional arguments for |
xlab |
a label for the x axis. |
ylab |
a label for the y axis. |
main |
a main title for the plot. |
sub |
if |
verticals |
logical. If |
col.steps |
the color for the steps of ordinary quantiles. |
cex.points |
amount by which plotting characters and symbols should be scaled relative to the default. |
jumps |
logical flag. Should values at jumps be marked? |
Author(s)
Marco Geraci
See Also
[Package Qtools version 1.5.9 Index]