fncGetBand: Functional bands

Description Usage Arguments Examples

View source: R/fncFunctions.R

Description

Extract bands from functional depth object.

Usage

1
fncGetBand(obj, band = 0.5)

Arguments

obj

object that inherits from FunctionalDepth.

band

single numeric value.

Examples

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

zzawadz/DepthProc documentation built on Feb. 4, 2022, 8:39 p.m.