names,VirtualArray-method {via} | R Documentation |
VirtualArray
'-derived class objects.Get or set the names of one-dimensional 'VirtualArray
'-derived class objects
## S4 method for signature 'VirtualArray'
names(x)
## S4 replacement method for signature 'VirtualArray'
names(x) <- value
x |
|
value |
|
A character
vector of names or NULL
.
ex <- rastex()
names(ex)
names(ex)[4] <- "weirdo"
# NULL