Description Usage Arguments Examples
Adds location scale depth contour to a plot.
| 1 2 3 4 | lsdAddContour(x, cont = NULL, ...)
## S4 method for signature 'LSDepthContour'
lsdAddContour(x, cont = NULL, ...)
 | 
| x | object of class LSDepthContour | 
| cont | depth of contour to plot | 
| ... | other arguments passed to polygon function | 
| 1 2 3 4 5 | smp = rf(100,5,10)
x = lsdSampleDepthContours(smp)
plot(x)
lsdAddContour(x,0.1, col = "grey50")
lsdAddContour(x,0.3, col = "grey10", border = "red", lwd = 4)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.