depths: Depths

Description Usage Arguments Examples

View source: R/depths.R

Description

The function returns a vector that associates to each profile the corresponding depth.

Usage

1
depths(z)

Arguments

z

an object of class cover or incidence.

Examples

1
2
3
4
5
vl <- c(3, 2, 4)
prof <- var2prof(varlen = vl)
Z <- getzeta(prof)

depths(Z)

parsec documentation built on May 2, 2019, 6:08 p.m.