ShowMeYears: Display multiple years of observation data by survey area

Description Usage Arguments Details Value Author(s) References Examples

View source: R/plots.R

Description

ShowMeYears will take input data for an area and range of years and display them using Leaflet.

Usage

1
ShowMeYears(area, year, species = "all")

Arguments

area

The area code for dedicated MBM Alaska region surveys. Acceptable values include:

  • YKD - Yukon Kuskokwim Delta MBM duck stratification

  • YKDV - Yukon Kuskokwim Delta VCF study duck stratification

  • YKG - Yukon Kuskokwim Delta MBM goose stratification

  • KIG - Kigigak Island only

  • ACP - Arctic Coastal Plain

  • CRD - Copper River Delta

year

The year or range of years to display.

species

The species code(s) to be displayed. Acceptable values are those in sppntable.

Details

ShowMeYears is designed to take a combination of area and year(s) and look up associated files in the MasterFileList to display the exact stratification and data that would be used to generate index estimates using an interactive Leaflet map. Data can be filtered to a single species or group of species. Clicking on strata will bring up the STRATNAME field associated with the click. Clicking an observation will display the observer initials, species code, observation type, number of the type observed, transect number reported by the pilot or observer., and year of the observation.

Value

None

Author(s)

Charles Frost, charles_frost@fws.gov

References

https://github.com/cfrost3/AKaerial

Examples

1
 ShowMeYears(area="ACP", year=c(2015:2019), species=c("SPEI", "STEI"))

cfrost3/AKaerial documentation built on April 9, 2020, 12:50 a.m.