vmv: Move a GRASS vector.

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

Description

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

Usage

1
vmv(vect, oldmapset, newmapset)

Arguments

vect

Raster to move.

oldmapset

GRASS mapset to move the vector from.

newmapset

Destination mapset.

Details

Note that this function can only move vectors 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

rmv

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.