## EXAMPLE 1 for F-distribution
dcont = lsdSampleDepthContours(rf(200,4,7))
plot(dcont)
## EXAMPLE 2 for normal distribution
## - more contours calculated
dcont_norm = lsdSampleDepthContours(rnorm(100),seq(0.05,0.4,0.05))
plot(dcont_norm)Run the code above in your browser using DataLab