fit_tabs {mina} | R Documentation |
Filter the quantitative and descriptive table to make them have the same samples, the intersect samples will be remained.
fit_tabs(x)
x |
An object of the class mina with 'tab' and 'des' defined or a quantitative matrix(need parameter des in this case). |
Same 'mina' object but fitted 'tab' and 'des' (as well as 'norm' if defined)
data(maize) maize <- fit_tabs(maize) maize <- norm_tab(maize, method = "raref") maize <- fit_tabs(maize)