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