get_rep,mina-method {mina}R Documentation

Get the representative community members.

Description

Get the representative community members.

Usage

## S4 method for signature 'mina'
get_rep(x, top = 5)

Arguments

x

An object of the class 'mina' with @norm define.

top

The percent of the most abundant and prevalent members.

Value

The same object with @norm replaced by the representative members.

Examples

maize <- new("mina", tab = maize_asv, des = maize_des)
maize <- norm_tab(maize, method = "raref")
maize <- get_rep(maize, top = 5)

[Package mina version 1.2.0 Index]