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