fit_tabs-mina: 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, samples present in both tables are remained. If 'norm' table exist in the 'mina' object, descriptive table will be filtered again to only keep samples present in 'norm'.

Usage

1
2
## S4 method for signature 'mina'
fit_tabs(x)

Arguments

x

An object of class mina.

Value

x The same object as input with fitted 'tab', 'des' and 'norm' (if defined).

Examples

1
2
3
4
5
6
{
data(maize)
maize <- fit_tabs(maize)
maize <- norm_tab(maize, method = "total")
maize <- fit_tabs(maize)
}

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