Plot Location-Scale depth contours.
Create location-scale depth plot. See lsdSampleDepthContours
for more information.
## S4 method for signature 'LSDepthContour,ANY' plot( x, cont = NULL, ratio = 1, mu_min = NULL, mu_max = NULL, col = NULL, border = NULL, ... )
x
: object of class LSDepthContourcont
: plotted contours. Default NULL means that all contours stored in x will be plotted.ratio
: ratiomu_min
: mu_minmu_max
: mu_maxcol
: vectors with area colors passed to polygon functionborder
: vector with colors for borders...
: other parameters passed to polygonsmp <- rf(100, 5, 10) x <- lsdSampleDepthContours(smp) plot(x, col = paste0("grey", col = rev(seq(10, 40, 10))))
Useful links