hellinger: Hellinger Data Transformation

View source: R/standi.R

hellingerR Documentation

Hellinger Data Transformation

Description

Performs the Hellinger data transformation (square root of sample total standardized data).

Usage

hellinger(comm)

Arguments

comm

a community data.frame (samples as rows, species as columns)

Details

Calculates a sample total standardization (all values in a row are divided by the row sum), and then takes the square root of the values.

Value

A community data.frame

Note

Hellinger standardization is a convex standardization that simultaneously helps minimize effects of vastly different sample total abundances.

Author(s)

David W. Roberts droberts@montana.edu

See Also

spcmax, samptot, abundtrans

Examples

data(bryceveg)
hellveg <- hellinger(bryceveg)

labdsv documentation built on April 10, 2023, 5:08 p.m.

Related to hellinger in labdsv...