Functional bands
Extract bands from functional depth object.
fncGetBand(obj, band = 0.5)
obj
: object that inherits from FunctionalDepth.band
: single numeric value.x <- matrix(rnorm(600), nc = 20) obj <- fncDepth(x, method = "FM", dep1d = "Mahalanobis") fncGetBand(obj)
Useful links