powered by
VirtualArray
Get or set the row names of two-dimensional 'VirtualArray'-derived class object
# S4 method for VirtualArray rownames(x)# S4 method for VirtualArray rownames(x) <- value
# S4 method for VirtualArray rownames(x) <- value
A character vector of row names or NULL.
character
NULL
VirtualArray-class object.
character vector.
data(paleocoastlines) rownames(paleocoastlines) rownames(paleocoastlines) <- paste(rownames(paleocoastlines), "Ma")
Run the code above in your browser using DataLab