
Last chance! 50% off unlimited learning
Sale ends in
Plot method for "dip"
objects, i.e., the result of
dip(., full.result=TRUE)
or similar.
Note: We may decide to enhance the plot in the future, possibly not entirely back-compatibly.
# S3 method for dip
plot(x, do.points = (n < 20),
colG = "red3", colL = "blue3", colM = "forest green",
col.points = par("col"), col.hor = col.points,
doModal = TRUE, doLegend = TRUE, ...)
an R object of class
"dip"
, i.e.,
typically the result of dip(., full.result= FF)
where
FF
is TRUE
or a string such as "all"
.
logical indicating if the ECDF plot should include
points; passed to plot.ecdf
.
the colors to be used in the graphics for the Greatest convex minorant, the Least concave majorant, and the Modal interval, respectively.
the color of points or horizontal lines,
respectively, simply passed to plot.ecdf
.
logical indicating if the modal interval
logical indicating if a legend should be shown.
further optional arguments, passed to plot.ecdf
.
Martin Maechler
dip
, also for examples; plot.ecdf
.