plotOrnithoAltitude: Histograms of Altitudinal Distribution

Description Usage Arguments Author(s) See Also Examples

View source: R/plotOrnithoAltitude.R

Description

Plots histograms of the altitudinal distribution of bird observations from ornitho monitoring data.

Usage

1
2
3
plotOrnithoAltitude(x, background,
  alt.int = 50, alt.min = 0, alt.max = 1000, 
  col = "grey75")

Arguments

x

an object of class ornithoSpec.

background

numeric, a vector of integers that are representative for the distribution of the altitude of the samples. Used to compare the altitudinal distribution of a species samples to the altitudinal distribution sampled.

alt.int

numeric, giving an interval (in meters) for summarizing observations.

alt.min

numeric, giving the minimal altitude (in meters) for scaling the altitude histogram.

alt.max

numeric, givint the maximal altitude (in meters) for scaling the altitude histogram.

col

any valid specification of a color to fill the bars of the plot.

Author(s)

Simon Thorn & Christoph Heibl

See Also

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

Examples

1
2
data(amsel)
plotOrnithoAltitude(amsel)

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