dis_stat_accessor: Getter for the slots 'dis_bs', 'dis_pm' and 'dis_stat'.

Description Usage Arguments Value Examples

Description

Getter for the slots 'dis_bs', 'dis_pm' and 'dis_stat'.

Usage

1
2
3
4
5

Arguments

x

The 'mina' object.

Value

The 'dis_bs', 'dis_pm' and 'dis_stat' slots of the 'mina' object.

Examples

1
2
3
4
5
6
7
8
maize <- new("mina", tab = maize_asv2, des = maize_des2)
maize <- norm_tab(maize, method = "raref")
maize <- fit_tabs(maize)
maize <- bs_pm(maize, group = "Compartment", per = 0.5)
maize <- net_dis(maize, method = "Jaccard")
dis_bs(maize)
dis_pm(maize)
dis_stat(maize)

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