fncGetBand {DepthProc} | R Documentation |
Functional bands
Description
Extract bands from functional depth object.
Usage
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)
[Package DepthProc version 2.1.5 Index]