# NOT RUN {
dcont <- lsdSampleDepthContours(rf(200, 4, 7), depth = c(0.1, 0.2))
# get contour that is present in dcont object
lsdGetContour(dcont, 0.1)
# get contour that is not present in dcont
# it will be automatically calculated
lsdGetContour(dcont, 0.3)
# }
Run the code above in your browser using DataLab