Column names of two-dimensional RasterArray or SpatialArray
Get or set the column names of two-dimensional codeRasterArray or SpatialArray
objects
## S4 method for signature 'XArray' colnames(x) ## S4 replacement method for signature 'XArray' colnames(x) <- value
x |
|
value |
|
A character
vector of column names or NULL
.
data(coasts) colnames(coasts) colnames(coasts) <- c("a", "b")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.