fit_tabs: Filter the quantitative and descriptive table to make them...

Description Usage Arguments Value Examples

Description

Filter the quantitative and descriptive table to make them have the same samples, the intersect samples will be remained.

Usage

1

Arguments

x

An object of the class mina with 'tab' and 'des' defined or a quantitative matrix(need parameter des in this case).

Value

Same 'mina' object but fitted 'tab' and 'des' (as well as 'norm' if defined)

Examples

1
2
3
4
data(maize)
maize <- fit_tabs(maize)
maize <- norm_tab(maize, method = "raref")
maize <- fit_tabs(maize)

Guan06/mina documentation built on Feb. 21, 2022, 11:56 a.m.