Plot Mid-distribution Functions
plot.midquantile.RdPlot an object generated by midecdf or midquantile.
Usage
# S3 method for class 'midecdf'
plot(x, ..., ylab = "p", main = "Ordinary and Mid-ECDF", verticals = FALSE,
col.01line = "gray70", col.steps = "gray70", col.midline ="black", cex.points = 1,
lty.midline = 2, lwd = 1, jumps = FALSE)
# S3 method for class 'midquantile'
plot(x, ..., xlab = "p", ylab = "Quantile", main = "Ordinary and Mid-Quantiles",
col.steps = "gray70", col.midline = "black", cex.points = 1, lty.midline = 2,
lwd = 1, jumps = FALSE)Arguments
- x
a
midecdfor amidquantileobject.- ...
additional arguments for
plot.default.- xlab
a label for the x axis.
- ylab
a label for the y axis.
- main
a main title for the plot.
- verticals
logical. If
TRUE, draw vertical lines at steps.- col.01line
numeric or character specifying the color of the horizontal lines at y = 0 and 1.
- col.steps
the color for the steps of ordinary quantiles.
- col.midline
the color for the mid-ecdf or the mid-quantile line.
- cex.points
amount by which plotting characters and symbols should be scaled relative to the default.
- lty.midline
line type for the mid-ecdf or the mid-quantile line.
- lwd
line width of the mid-ecdf or the mid-quantile line.
- jumps
logical flag. Should values at jumps be marked (with the convention that, at the point of discontinuity or 'jump', the function takes its value corresponding to the ordinate of the filled circle as opposed to that of the hollow circle)?