Learn R Programming

DepthProc (version 2.1.5)

fncGetBand: 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

Run this code
# 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