MapGrid: Plotting Rasters in the Geographical Context

Description Usage Arguments Note See Also Examples

View source: R/MapGrid.R

Description

A wrapper function to map a raster with country borders. Can be used with the results of RichnessGrid.

Usage

1
MapGrid(rast, ...)

Arguments

rast

A raster object.

...

Additional arguments past to plot.

Note

See the speciesgeocodeR tutorial for further information and examples.

See Also

RichnessGrid

Examples

1
2
3
4
5
6
7
8
data(lemurs)
data(mdg_poly)

inp <- ReadPoints(lemurs, mdg_poly)
outp <- SpGeoCodH(inp)
e <- c(42, 52, -27, -10)
ras <- RichnessGrid(outp, e, reso = 60,  "abu")
MapGrid(ras)

speciesgeocodeR documentation built on May 30, 2017, 12:34 a.m.