plot.PresenceAbsence {letsR} | R Documentation |
Plot an object of class PresenceAbsence
Description
Plots species richness map from an object of class PresenceAbsence or a particular species' map.
Usage
## S3 method for class 'PresenceAbsence'
plot(x, name = NULL, world = TRUE, col_rich = NULL, col_name = "red", ...)
Arguments
x |
An object of class |
name |
A character specifying a species to be ploted instead of the complete species richness map. |
world |
If |
col_rich |
Color function (e.g. |
col_name |
The color to use when ploting single species. |
... |
Other parameters pass to the plot function. |
Author(s)
Bruno Vilela
See Also
Examples
## Not run:
data(PAM)
plot(PAM)
plot(PAM, xlab = "Longitude", ylab = "Latitude",
main = "Phyllomedusa species richness")
plot(PAM, name = "Phyllomedusa atelopoides")
plot(PAM, name = "Phyllomedusa azurea")
## End(Not run)
[Package letsR version 5.0 Index]