ShowMeYears: Display multiple years of observation data by survey area

View source: R/plots.R

ShowMeYearsR Documentation

Display multiple years of observation data by survey area

Description

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

Usage

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

  • YKG - Yukon Kuskokwim Delta MBM goose stratification

  • 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/USFWS/AKaerial

Examples

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


USFWS/AKaerial documentation built on April 3, 2025, 4:06 p.m.