lsdGetContour-methods: Get location-scale contour from LSDepthContour object

Description Usage Arguments Examples

Description

Get location-scale contour from LSDepthContour object

Usage

1
2
3
4
lsdGetContour(x, cont)

## S4 method for signature 'LSDepthContour'
lsdGetContour(x, cont)

Arguments

x

object of class LSDepthContour

cont

single numeric - depth of contour to return

Examples

1
2
3
4
5
6
7
8
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)

depthproc documentation built on May 2, 2019, 5:46 p.m.