Plot an object generated by midecdf
or midquantile
.
# S3 method for 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 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)
a midecdf
or a midquantile
object.
additional arguments for plot.default
.
a label for the x axis.
a label for the y axis.
a main title for the plot.
logical. If TRUE
, draw vertical lines at steps.
numeric or character specifying the color of the horizontal lines at y = 0 and 1.
the color for the steps of ordinary quantiles.
the color for the mid-ecdf or the mid-quantile line.
amount by which plotting characters and symbols should be scaled relative to the default.
line type for the mid-ecdf or the mid-quantile line.
line width of the mid-ecdf or the mid-quantile line.
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)?
Marco Geraci
midecdf
, midquantile