Row names of two-dimensional RasterArray or SpatialArray objects
Get or set the row names of two-dimensional RasterArray
or SpatialArray
objects
## S4 method for signature 'XArray' rownames(x) ## S4 replacement method for signature 'XArray' rownames(x) <- value
x |
|
value |
|
A character
vector of row names or NULL
.
data(coasts) rownames(coasts) rownames(coasts) <- paste(rownames(coasts), "Ma")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.