powered by
depthMedian(x, ...)## S3 method for class 'matrix': depthMedian(x, ...)## S3 method for class 'data.frame': depthMedian(x, ...)## S3 method for class 'Depth': depthMedian(x)
## S3 method for class 'matrix': depthMedian(x, ...)
## S3 method for class 'data.frame': depthMedian(x, ...)
## S3 method for class 'Depth': depthMedian(x)
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