Hellinger_trans {rshift}R Documentation

Hellinger transform

Description

Hellinger transforms data (Legendre and Legendre, Numerical Ecology)

Usage

Hellinger_trans(data, col, site)

Arguments

data

The dataframe to be used.

col

The column that change is being measured on.

site

The column containing the site of each sample.

Value

The ‘data' dataframe with an added ’hellinger_trans_vals' column.


[Package rshift version 3.0.0 Index]