plotOrnithoPoints: Add Observations to Basemap

Description Usage Arguments Author(s) See Also Examples

Description

Draw localities of bird observations onto a basemap produced by plotOrnithoMap.

Usage

1
2
plotOrnithoPoints(x, show.hidden = FALSE, col, 
    grid, gridcol = "grey25",cex, ...)

Arguments

x

an object of class ornithoSpec.

show.hidden

logical, indicating if restricted ("hidden") data should be shown, defaults to FALSE.

grid

an object of class SpatialPolygonsDataFrame containing the grid that defined the resolution of the raster.

gridcol

a character string giving the color of the grid for plotting; setting gridcol = NA suppresses the plotting of the grid.

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 points.

Author(s)

Simon Thorn & Christoph Heibl

See Also

ornithoPDF and plotOrnitho for the corresponding user-level plotting functions.

Examples

 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)

heibl/rornitho documentation built on May 17, 2019, 3:22 p.m.