greenWoodpecker | R Documentation |
The Swiss breeding bird survey ("Monitoring Häufige Brutvögel" MHB) has monitored the populations of approximately 150 common species since 1999. The MHB sample consists of 267 1-km squares that are laid out as a grid across Switzerland. Fieldwork is conducted by about 200 skilled birdwatchers annually, most of them volunteers. Avian populations are monitored using a simplified territory mapping protocol (also called spot-mapping West of the Atlantic), where each square is surveyed up to three times during the breeding season (only twice above the tree line around 2000 m elevation). Surveys are conducted along a transect that does not change over the years and is 4-6 kms in length on average.
The data frame greenWoodpecker
has count data for Green Woodpeckers Picus viridis from 2004 to 2017. There are some missing values: see Details.
data("greenWoodpecker")
greenWoodpecker
is a data frame with 267 rows and 146 columns:
the x and y coordinates of the center of the quadrat; the coordinate reference system intentionally not specified.
the number of replicate surveys planned in the quadrat; above the tree-line 2, otherwise 3.
the mean elevation of the quadrat, m.
percentage forest cover
the length of the route
number of territories observed for each survey; 2004.1 indicates the first survey in 2004.
Julian date of the survey, 1 = a weekend near 15 April.
time spent in the quadrat during the survey, mins.
numerical code identifying the observer.
Missing values in the count
and date
columns indicate that the corresponding survey was not carried out.
On 26 occasions when surveys were carried out, the time taken was not recorded, resulting in additional NAs in the time
columns.
Swiss Ornithological Institute
Kéry, M. & Royle, J.A. (2021) Applied Hierarchical Modeling in Ecology AHM2 - 2.2.
data(greenWoodpecker)
str(greenWoodpecker)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.