View source: R/NorthAmerican.R
ReadWBPHS | R Documentation |
Load and adjust counts for WBPHS data to prepare for index estimate calculation
ReadWBPHS(full.data)
full.data |
An R data frame of observations in a given year of the survey |
This function takes standard greenlight data for the WBPHS (Waterfowl Breeding Population Habitat Survey, or North American) and prepares it for index estimate calculations. The function calls Cut9 to remove observations in Stratum 9 by a pre-defined longitudinal gradient for swans, cackling Canada geese, and greater white-fronted geese. These observations are removed prior to index estimation since they are included in other MBM coastal zone surveys (YKG). This function also adjusts the counts for each of 4 indices:
itotal - Indicated total. Singles doubled, pairs doubled, opens added, flkdrake 1-4 doubled, flkdrake 5+ added.
ibb - Indicated breeding birds. Singles doubled, pairs doubled, opens removed, flkdrake 1-4 doubled, flkdrake 5+ removed.
total - Total birds. Singles added, pairs doubled, opens added, flkdrake added.
sing1pair2 - Singles and pairs. Singles added, pairs doubled, opens removed, flkdrake removed.
flock - Flocks. Opens and flkdrakes of 5 or more.
In addition, due to inconsistencies in interpretation of the field protocol for data collection, open 1 and open 2 are changed to single 1 and pair 1, respectively, across the entire data set.
The same data frame with additional index columns and modified counts, as well as modified Stratum 9 observations.
Charles Frost, charles_frost@fws.gov
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.