hellinger {labdsv} | R 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)
[Package labdsv version 2.1-0 Index]