names {float} | R Documentation |
"name" setter/getters.
## S4 method for signature 'float32' names(x) ## S4 replacement method for signature 'float32' names(x) <- value ## S4 method for signature 'float32' rownames(x) ## S4 replacement method for signature 'float32' rownames(x) <- value ## S4 method for signature 'float32' colnames(x) ## S4 replacement method for signature 'float32' colnames(x) <- value ## S4 method for signature 'float32' dimnames(x) ## S4 replacement method for signature 'float32' dimnames(x) <- value
x |
A float vector/matrix. |
value |
Replacement value. |