ovendata | R Documentation |
Removal sampling data collected for the Ovenbird (Seiurus aurocapillus).
data(ovendata)
The format is: chr "ovendata.list" which consists of
matrix of removal counts
data frame of site-level covariates
J.A. Royle (see reference below)
Royle, J. A. (2004). Generalized estimators of avian abundance from count survey data. Animal Biodiversity and Conservation, 27(1), 375-386.
data(ovendata)
str(ovendata.list)
ovenFrame <- unmarkedFrameMPois(ovendata.list$data,
siteCovs=as.data.frame(scale(ovendata.list$covariates[,-1])), type = "removal")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.