View source: R/plot_PresenceAbsence.R
plot.PresenceAbsence | R Documentation |
Plots species richness map from an object of class PresenceAbsence or a particular species' map.
## S3 method for class 'PresenceAbsence'
plot(x, name = NULL, world = TRUE, col_rich = NULL, col_name = "red", ...)
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. |
Bruno Vilela
lets.presab
lets.presab.birds
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.