powered by
VirtualArray
Get or set the names of one-dimensional 'VirtualArray'-derived class objects
# S4 method for VirtualArray names(x)# S4 method for VirtualArray names(x) <- value
# S4 method for VirtualArray names(x) <- value
A character vector of names or NULL.
character
NULL
VirtualArray-derived class object.
character vector.
ex <- rastex() names(ex) names(ex)[4] <- "weirdo" # NULL
Run the code above in your browser using DataLab