rmv: Move a GRASS raster.

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Move a GRASS raster from a specified mapset to a new mapset.

Usage

1
rmv(rast, oldmapset, newmapset)

Arguments

rast

Raster to move.

oldmapset

GRASS mapset to move the raster from.

newmapset

Destination mapset.

Details

Note that this function can only move rasters from elsewhere into the current mapset. The user must have permission to write to both the source and the destination mapsets. This function changes mapsets, and thus resets any GRASS graphics devices.

Value

None

Author(s)

Sarah Goslee <sarah.goslee@ars.usda.gov>

See Also

vmv

Examples

1
2
3
4
## Not run: 
rls("soilmap", mapset="PERMANENT")

## End(Not run)

phiala/grassR documentation built on May 25, 2019, 2:55 a.m.