Learn R Programming

speciesgeocodeR (version 1.0-4)

plot.spgeoIN: Plot Method for SpgeoIN Objects

Description

plot.spgeoIN is the plotting method for objects of the class spgeoIN. It is designed to give an overview of the data and plots the input points and polygons on a world map.

Usage

"plot"(x, ...)

Arguments

x
an object of the class spgeoIN
...
arguments to be passed to methods, such as graphical parameters (see par).

See Also

ReadPoints

Examples

Run this code
data(lemurs)
data(mdg_poly)

inp <- ReadPoints(lemurs, mdg_poly)
plot(inp)

Run the code above in your browser using DataLab