WBPHSHistoric | R Documentation |
Population indices for the USFWS Alaska Region Migratory Bird Management component of the WBPHS.
The survey consists of low-level aerial observations of waterfowl on a stratified strip transect design.
For more information on how the estimates are generated, see ReadWBPHS
or WBPHStidy
.
For definitions of the indices, see AdjustCounts
. For a complete list of input files, see MasterFileList_WBPHS
.
data(WBPHSHistoric)
A data frame of 44 columns covering years 1957-2021:
The 4-character code for the species represented, see sppntableWBPHS
.
The 4-digit integer year of the survey, range from 1957 to 2021 (no survey in 2020).
The 2-digit code representing the stratum of the estimate (1-12,99).
Density of total birds (floating point decimal, birds per square mile).
Density of indicated total birds (floating point decimal, birds per square mile).
Density of indicated breeding birds (floating point decimal, birds per square mile).
Density of singles and pairs (floating point decimal, birds per square mile).
Density of flocked birds (floating point decimal, birds per square mile).
Number of transects sampled in the stratum.
Numerator component of the variance of total.est (floating point decimal, see vignette("GeneratingWBPHSEstimates", package = "AKaerial")
).
Numerator component of the variance of itotal.est (floating point decimal, see vignette("GeneratingWBPHSEstimates", package = "AKaerial")
).
Numerator component of the variance of ibbtotal.est (floating point decimal, see vignette("GeneratingWBPHSEstimates", package = "AKaerial")
).
Numerator component of the variance of sing1pair2.est (floating point decimal, see vignette("GeneratingWBPHSEstimates", package = "AKaerial")
).
Numerator component of the variance of flock.est (floating point decimal, see vignette("GeneratingWBPHSEstimates", package = "AKaerial")
).
Denominator component of the variances (floating point decimal, see vignette("GeneratingWBPHSEstimates", package = "AKaerial")
).
Variance of total.est (floating point decimal).
Estimate of total birds (floating point decimal).
Variance of total.est (floating point decimal).
Standard error of total.est (floating point decimal).
Estimate of indicated total birds (floating point decimal).
Variance of itotal.est (floating point decimal).
Standard error of itotal.est (floating point decimal).
Estimate of indicated breeding birds (floating point decimal).
Variance of ibb.est (floating point decimal).
Standard error of ibb.est (floating point decimal).
Estimate of singles and paired birds (floating point decimal).
Variance of sing1pair2.est (floating point decimal).
Standard error of sing1pair2.est (floating point decimal).
Estimate of flocked birds (floating point decimal).
Variance of flock.est (floating point decimal).
Standard error of flock.est (floating point decimal).
Visibility correction factor (floating point decimal).
Standard error of VCF (floating point decimal).
Variance of VCF (floating point decimal).
VCF-adjusted total birds estimate (floating point decimal).
Standard error of the VCF-adjusted total birds estimate (floating point decimal).
VCF-adjusted indicated total birds estimate (floating point decimal).
Standard error of the VCF-adjusted indicated total birds estimate (floating point decimal).
VCF-adjusted indicated breeding birds estimate (floating point decimal).
Standard error of the VCF-adjusted indicated breeding birds estimate (floating point decimal).
VCF-adjusted single and paired birds estimate (floating point decimal).
Standard error of the VCF-adjusted single and paired birds estimate (floating point decimal).
VCF-adjusted flocked birds estimate (floating point decimal).
Standard error of the VCF-adjusted flocked birds estimate (floating point decimal).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.