rownames,VirtualArray-method | R Documentation |
VirtualArray
'-derived class objects.Get or set the row names of two-dimensional 'VirtualArray
'-derived class object
## S4 method for signature 'VirtualArray'
rownames(x)
## S4 replacement method for signature 'VirtualArray'
rownames(x) <- value
x |
|
value |
|
A character
vector of row names or NULL
.
data(paleocoastlines)
rownames(paleocoastlines)
rownames(paleocoastlines) <- paste(rownames(paleocoastlines), "Ma")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.