| names,VirtualArray-method | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.