Learn R Programming

speciesgeocodeR (version 1.0-4)

summary.spgeoOUT: Summary Method for SpgeoOUT

Description

summary method for objects of the class spgeoOUT

Usage

"summary"(object, areanames = NA, ...)

Arguments

object
an object of the class spgeoOUT
areanames
a character string. Indicating the column containing the area names, if not specified the ID slot is displayed.
...
arguments to be passed to methods, such as graphical parameters (see par).

Details

The summary gives an overview of the number of species, occurrence points and number of polygons in the object, and gives a summary of the input coordinates as well as the polygon names. Additionally it shows a summary of species diversity per polygon and the number of species not classified to any polygon.

See Also

SpGeoCodH

Examples

Run this code
data(lemurs)
data(mdg_poly)

inp <- ReadPoints(lemurs, mdg_poly)
outp <- SpGeoCodH(inp)
summary(outp)

Run the code above in your browser using DataLab