Description Usage Arguments Author(s) See Also Examples
Draw localities of bird observations onto a basemap produced by plotOrnithoMap
.
1 2 | plotOrnithoPoints(x, show.hidden = FALSE, col,
grid, gridcol = "grey25",cex, ...)
|
x |
an object of class |
show.hidden |
logical, indicating if restricted ("hidden") data should be shown, defaults to |
grid |
an object of class |
gridcol |
a character string giving the color of the grid for plotting; setting |
col |
a nine-level color palette, the second and eighth levels are used to color non-breeding and breeding code observations, respectively. |
cex |
numeric, giving the size of points to be plotted, if argument is missing cex size will be abundance weighted. |
... |
further arguments passed through function |
Simon Thorn & Christoph Heibl
ornithoPDF
and plotOrnitho
for the corresponding user-level plotting functions.
1 2 3 4 5 6 7 8 9 10 11 | ## load map data
data(hessen_map)
## load ornitho data
data(amsel)
opar <- par()$mar
par(mar = rep(0, 4))
plotOrnithoMap(hessen_map)
plotOrnithoPoints(amsel)
par(mar = opar)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.