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