dis<- {mina} | R Documentation |
Setter and getter for the slot 'dis'.
Get the slot 'dis'
dis(x) <- value dis(x) ## S4 replacement method for signature 'mina' dis(x) <- value ## S4 method for signature 'mina' dis(x)
x |
The 'mina' object. |
value |
The value to set for the slot of the 'mina' object 'x'. |
The 'dis' slot of the 'mina' object.
maize_norm <- norm_tab(maize_asv2, method = "total") dis(maize) <- com_dis(maize_norm, method = "bray") dis(maize)[1:5, 1:5]