Learn R Programming

via (version 0.2.0)

rownames,VirtualArray-method: Row names of two-dimensional 'VirtualArray'-derived class objects.

Description

Get or set the row names of two-dimensional 'VirtualArray'-derived class object

Usage

# S4 method for VirtualArray
rownames(x)

# S4 method for VirtualArray rownames(x) <- value

Value

A character vector of row names or NULL.

Arguments

x

VirtualArray-class object.

value

character vector.

Examples

Run this code
data(paleocoastlines)
rownames(paleocoastlines)
rownames(paleocoastlines) <- paste(rownames(paleocoastlines), "Ma")

Run the code above in your browser using DataLab