
Extract bands from functional depth object.
fncGetBand(obj, band = 0.5)
object that inherits from FunctionalDepth.
single numeric value.
# NOT RUN {
x <- matrix(rnorm(600), nc = 20)
obj <- fncDepth(x, method = "FM", dep1d = "Mahalanobis")
fncGetBand(obj)
# }
Run the code above in your browser using DataLab