depthMedian: Depth median
Description
Return point with maximum depth function value. If multiple points have the same value, mean average of them will be returned.Usage
depthMedian(x, ...)## S3 method for class 'matrix':
depthMedian(x, ...)
## S3 method for class 'Depth':
depthMedian(x)
Arguments
x
object of class Depth or matrix.
...
arguments passed to depth function (e.g method).