treeSparrow {AHMbook}R Documentation

American Tree Sparrow data from Alaska

Description

Mizel et al. (2018) describe the data on American Tree Sparrows (Spizella arborea) that were collected in May and June 2016 at Noatak National Preserve, Alaska. The study area was a 10.8 x 9.6 km rectangle divided up into 288 plots of 600 m x 600 m, of which 150 had some coverage by a transect running through them. Routes were usually chosen to intersect the centroid of the cell and deflected by 0 or 90 degrees when required to move into an adjacent cell. In some cases, a transect was shifted to avoid terrain features. Distance measurements were truncated at 250m from the observer. Each visited plot was surveyed an average of three times (max = 5). Each plot was gridded to a 30-m resolution and spatial attributes were associated with each of these pixels. This resulted in an average of 328 pixels per plot within the buffered transect. Bird locations were assigned to the nearest pixel centroid.

Usage

data("treeSparrow")

Format

treeSparrow is a list with 3 elements:

surveyData

a data frame with rows for 466 surveys and the following columns:

  • Site : a numeric site identifier, 1 to 150

  • Visit : a numeric visit identifier, 1 to 5

  • Survey : a numeric survey identifier, 1 to 466

  • count : the number of tree sparrows detected.

  • juldate : the Julian date of the survey, day 1 = 1 Jan.

  • effort : time spent in each plot during each visit (in hours)

  • reltime : number of hours since 0200 (there is no sunrise during the survey period in the Arctic)

  • Noise : background noise (combination of wind, creek, and mosquito-associated noise): 0 = no noise, 1 = slight, 2 = noticeable reduction in hearing, 3 = prohibitive noise

  • Observer2 : Observed ID

obs

a data frame with rows for 325 birds observed and the following columns:

  • Pixel : a numeric pixel identifier, 1 to 49250

  • Site : a numeric site identifier, 1 to 150

  • Visit : a numeric visit identifier, 1 to 5

  • NEAR_DIST : distance between the bird and the transect line

  • SurveyID : a numeric survey identifier, 1 to 466

  • ind : an index identifying the individual within the survey.

pixels

a data frame with rows for 49250 pixels and the following columns:

  • pixID : a numeric pixel identifier, 1 to 49250

  • Site : a numeric site identifier, 1 to 150

  • X : x-coordinate of the pixel

  • Y : y-coordinate of the pixel

  • NEAR_DIST : distance between the center of the pixel and the transect line

  • NDVI : Normalized Difference Vegetation Index

  • elev : elevation of the center of the pixel, m.

Source

Mizel et al. (2018)

References

Mizel, J.D., Schmidt, J.H. and Lindberg, M.S. (2018) Accommodating temporary emigration in spatial distance sampling models. Journal of Applied Ecology, 55, 1456-1464.

Kéry, M. & Royle, J.A. (2021) Applied Hierarchical Modeling in Ecology AHM2 - 11.8.4.

Examples

data(treeSparrow)
str(treeSparrow)

[Package AHMbook version 0.2.9 Index]