norm<- {mina} | R Documentation |
Setter and getters for the slot 'norm', normalized 'tab' matrix.
norm(x) <- value ## S4 replacement method for signature 'mina' norm(x) <- value norm(x) ## S4 method for signature 'mina' norm(x)
x |
The 'mina' object. |
value |
The value to set for the slot of the 'mina' object 'x'. |
The 'norm' slot of the 'mina' object.
norm(maize) <- norm_tab(maize_asv2, method = "total") norm(maize)[1:5, 1:5]