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