names | R Documentation |
Functions to get or set the names of an object.
## S4 method for signature 'fm' names(x) ## S4 method for signature 'fmV' names(x) ## S4 replacement method for signature 'fm,fm' names(x) <- value ## S4 replacement method for signature 'fmV,fmV' names(x) <- value
x |
a FlashR array |
value |
a FlashR array. |
Currently, value
has to have the same length as x
and has
the same shape. FlashR currently doesn't support character vectors yet.
names
returns NULL
or a FlashR array of the same
length as x
. names<-
returns the updated object.