vplot: GRASS vector plot.

Description Usage Arguments Value Author(s) See Also Examples

Description

Plots a GRASS vector in an open GRASS device.

Usage

1
vplot(vect, mapset, add = FALSE)

Arguments

vect

The name of an existing vector file.

mapset

GRASS mapset to use. If missing, uses the current mapset.

add

If add=TRUE, vector is overlain on an existing plot (-o option in GRASS).

Value

Plots a GRASS vector on an open device.

Author(s)

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

See Also

rplot

Examples

1
2
3
4
5
6
## Not run: 
# if no device is open, start one
system("d.mon start=x0")
vplot("dem30")

## End(Not run)

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