MapRichness: Plotting Species Richness in a Set of Polygons

View source: R/MapRichness.R

MapRichnessR Documentation

Plotting Species Richness in a Set of Polygons

Description

Illustrates the species number per polygon, based on and object of the class spgeoOUT (created by SpGeoCod).

Usage

MapRichness(x, buffer = 1, show.occ = FALSE)

Arguments

x

an object of the class ‘spgeoOUT’.

buffer

numeric. Indicating the buffer around the the data rectangle when plotting the map.

show.occ

logical. Defines if the occurrence points should be added to the plot (default = FALSE).

Value

A plotted map.

Note

See https://github.com/azizka/speciesgeocodeR/wiki for more details and tutorials.

See Also

RichnessGrid, RangeRichness.

Examples

data(lemurs)
data(mdg_biomes)

outp <- SpGeoCod(lemurs, mdg_biomes, areanames = 'name')
## Not run: 
MapRichness(outp)

## End(Not run)


azizka/speciesgeocodeR documentation built on Sept. 5, 2023, 3:45 a.m.