plot.midq2q | R Documentation |
Plot an object generated by midq2q
.
## 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)
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? |
Marco Geraci
midq2q
, midecdf
, midquantile
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.