Learn R Programming

speciesgeocodeR (version 1.0-4)

summary.spgeoIN: Summary Method for SpgeoIN

Description

Summarizes the content of a spgeoIN object.

Usage

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

Arguments

object
object of class spgeoIN
areanames
character. Indicating the column with 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.

See Also

ReadPoints

Examples

Run this code
data(lemurs)
data(mdg_poly)
inp <- ReadPoints(lemurs, mdg_poly)
summary(inp)

Run the code above in your browser using DataLab