fncGetBand function

Functional bands

Functional bands

Extract bands from functional depth object.

fncGetBand(obj, band = 0.5)

Arguments

  • obj: object that inherits from FunctionalDepth.
  • band: single numeric value.

Examples

x <- matrix(rnorm(600), nc = 20) obj <- fncDepth(x, method = "FM", dep1d = "Mahalanobis") fncGetBand(obj)