Plot a dip() Result, i.e., Class "dip" Object
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 class '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, ...)
x |
an R object of |
do.points |
logical indicating if the ECDF plot should include
points; passed to |
colG, colL, colM |
the colors to be used in the graphics for the Greatest convex minorant, the Least concave majorant, and the Modal interval, respectively. |
col.points, col.hor |
the color of points or horizontal lines,
respectively, simply passed to |
doModal |
logical indicating if the modal interval [xL, xU] should be shown. |
doLegend |
logical indicating if a legend should be shown. |
... |
further optional arguments, passed to |
Martin Maechler
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.