des<- {mina} | R Documentation |
Setter and getter for the slot 'des', which is the description and meta data of rows in 'tab'.
des(x) <- value ## S4 replacement method for signature 'mina' des(x) <- value des(x) ## S4 method for signature 'mina' des(x)
x |
The 'mina' object. |
value |
The value to set for the slot of the 'mina' object 'x'. |
The 'des' slot of the 'mina' object.
des(maize) <- maize_des2 head(des(maize))