powered by
RasterArray
SpatialArray
Get or set the row names of two-dimensional RasterArray or SpatialArrayobjects
# S4 method for XArray rownames(x)# S4 method for XArray rownames(x) <- value
# S4 method for XArray rownames(x) <- value
RasterArray or SpatialArray object.
character vector.
character
A character vector of row names or NULL.
NULL
# NOT RUN { data(coasts) rownames(coasts) rownames(coasts) <- paste(rownames(coasts), "Ma") # }
Run the code above in your browser using DataLab