.dmr<- {mina} | R Documentation |
Setter and getter for the slot 'dmr'.
.dmr(x) <- value .dmr(x) ## S4 replacement method for signature 'mina' .dmr(x) <- value ## S4 method for signature 'mina' .dmr(x)
x |
The 'mina' object. |
value |
The value to set for the slot of the 'mina' object 'x'. |
The 'dmr' slot of the 'mina' object.
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) asv_dmr <- .dmr(maize)