R/locationScaleDepth.R
lsdAddContour-methods.Rd
This function add one location-scale contour to the existing plot.
lsdAddContour(x, cont = NULL, ...) # S4 method for LSDepthContour lsdAddContour(x, cont = NULL, ...)
x | object of class LSDepthContour |
---|---|
cont | depth of contour to plot |
... | other arguments passed to polygon function |
lsdAddContour(x, 0.1, col = "grey50")lsdAddContour(x, 0.3, col = "grey10", border = "red", lwd = 4)