rplot: GRASS raster plot.

Description Usage Arguments Value Author(s) See Also Examples

Description

Plots a GRASS raster in an open GRASS device.

Usage

1
rplot(rast, mapset, add = FALSE)

Arguments

rast

The name of an existing raster file.

mapset

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

add

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

Value

Plots a GRASS raster on an open device.

Author(s)

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

See Also

vplot

Examples

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

## End(Not run)

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