trans: Trans format your data

View source: R/statistics.R

transR Documentation

Trans format your data

Description

Trans format your data

Usage

trans(df, method = "normalize", margin = 2, ...)

Arguments

df

dataframe

method

"cpm","minmax","acpm","total","log", "max", "frequency", "normalize", "range", "rank", "rrank", "standardize", "pa", "chi.square", "hellinger", "log", "clr", "rclr", "alr"

margin

1 for row and 2 for column(default: 2)

...

additional

Value

data.frame

See Also

decostand

Examples

data(otutab)
trans(otutab, method = "cpm")


pcutils documentation built on June 26, 2024, 1:06 a.m.