powered by
Return point with maximum depth function value. If multiple points have the same value, mean average of them will be returned.
depthMedian(x, ...)# S4 method for matrix depthMedian(x, ...)# S4 method for data.frame depthMedian(x, ...)# S4 method for Depth depthMedian(x)
# S4 method for matrix depthMedian(x, ...)
# S4 method for data.frame depthMedian(x, ...)
# S4 method for Depth depthMedian(x)
object of class Depth or matrix.
arguments passed to depth function (e.g method).
depth
# depthMedian for matrix x = matrix(rnorm(600), nc = 3) depthMedian(x) # depthMedian works with object of class Depth dp = depth(x) depthMedian(dp)
Run the code above in your browser using DataLab