.rename {fasterRaster} | R Documentation |
Rename a raster or vector in an existing GRASS session
Description
Rename a raster or vector in an existing GRASS session.
Usage
.rename(from, to, rastOrVect = NULL)
Arguments
from , to |
|
rastOrVect |
Either |
Value
The function invisibly returns TRUE
if the desired rasters and/or vectors were named, and FALSE
if raster and/or vector to be renamed did not exist in the GRASS
session. Notably, a raster or vector or both are renamed in an existing GRASS
session.
[Package fasterRaster version 8.4.0.3 Index]