get_rep,mina-method {mina} | R Documentation |
Get the representative community members.
## S4 method for signature 'mina' get_rep(x, top = 5)
x |
An object of the class 'mina' with @norm define. |
top |
The percent of the most abundant and prevalent members. |
The same object with @norm replaced by the representative members.
maize <- new("mina", tab = maize_asv, des = maize_des) maize <- norm_tab(maize, method = "raref") maize <- get_rep(maize, top = 5)