norm_tab {mina} | R Documentation |
Normalize the slot 'tab' for later analysis.
norm_tab(x, method, ...)
x |
The input mina object with quantitative tab / a matrix needed to be normalized. |
method |
The method used for the normalization of quantitative table. |
... |
Additional parameters. |
Normalized quantitative table.
maize <- new("mina", tab = maize_asv2, des = maize_des2) maize <- norm_tab(maize, method = "total")