dmr,mina-method {mina} | R Documentation |
Dimensionality reduction of the 'dis' included in mina.
## S4 method for signature 'mina' dmr(x, k = 4)
x |
An object of the class 'mina' with 'dis' defined. |
k |
The number of dimensionality after reduction, 4 by default. |
x The same object with 'dmr' added.
maize <- new("mina", tab = maize_asv2, des = maize_des2) maize <- norm_tab(maize, method = "raref") maize <- fit_tabs(maize) maize <- com_dis(maize, method = "bray") maize <- dmr(maize)