ShowMeYears | R Documentation |
ShowMeYears will take input data for an area and range of years and display them using Leaflet.
ShowMeYears(area, year, species = "all")
area |
The area code for dedicated MBM Alaska region surveys. Acceptable values include:
|
year |
The year or range of years to display. |
species |
The species code(s) to be displayed.
Acceptable values are those in |
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.
None
Charles Frost, charles_frost@fws.gov
https://github.com/USFWS/AKaerial
ShowMeYears(area="ACP", year=c(2015:2019), species=c("SPEI", "STEI"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.