Learn R Programming

letsR (version 1.0)

plot.PresenceAbsence: Plot an object of class PresenceAbsence

Description

Plots species richness map from an object of class PresenceAbsence or an specific species map.

Usage

## S3 method for class 'PresenceAbsence':
plot(x, name=NULL, world=TRUE, \dots)

Arguments

x
an object of class PresenceAbsence (see function presab).
name
you can specify a species to be ploted instead of the species richness map.
world
if TURE a map of political divisions (countries) is added to the plot.
...
Other plot parameters.

See Also

lets.presab lets.presab.birds

Examples

Run this code
data(PAM)
plot(PAM)
plot(PAM, name="Phyllomedusa atelopoides")
plot(PAM, name="Phyllomedusa azurea")

Run the code above in your browser using DataLab