colnames,VirtualArray-method {via} | R Documentation |
VirtualArray
'-derived class object.Get or set the column names of two-dimensional 'VirtualArray
'-derived class objects
## S4 method for signature 'VirtualArray'
colnames(x)
## S4 replacement method for signature 'VirtualArray'
colnames(x) <- value
x |
|
value |
|
A character
vector of column names or NULL
.
data(paleocoastlines)
colnames(paleocoastlines)
colnames(paleocoastlines) <- c("a", "b")