trans | R Documentation |
Trans format your data
trans(df, method = "normalize", margin = 2, ...)
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 |
data.frame
decostand
data(otutab)
trans(otutab, method = "cpm")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.