Learn R Programming

speciesgeocodeR (version 1.0-4)

lemurs_in: Example for an spgeoIN Object

Description

This is an example dataset for an object of the class spgeoIN (created by ReadPoints). It contains occurrence data for 39 species of Lemurs in Madagascar. The data has 3 slots: identifier = a vector of character strings containing the species name for each occurrence points species_coordinates = a data.frame with the longitude and latitude positions polygons = a SpatialPolygons object with a set of 3 polygons.

Usage

data("lemurs_in")

Arguments

See Also

ReadPoints

Examples

Run this code
data(lemurs_in)
summary(lemurs_in)
plot(lemurs_in)

Run the code above in your browser using DataLab