ShowMeUncut: Display a combination of unprocessed strata and transect...

View source: R/plots.R

ShowMeUncutR Documentation

Display a combination of unprocessed strata and transect design

Description

ShowMeUncut will take input layers of strata and transect design display them (unprocessed) using Leaflet.

Usage

ShowMeUncut(strata.path, transect.path, data.path = "none")

Arguments

strata.path

The path name to the .shp file of the stratification.

transect.path

The path name to the .shp file of lines designating the transect design.

data.path

The path name(s) to the data file(s). At minimum, data file must have columns Observer, Species, Obs_Type, and Num.

Details

ShowMeUncut is designed to take a directory path for a combination of stratification base layer, aerial transect design and display them using an interactive Leaflet map. Clicking on strata will bring up the STRATNAME field associated with the click. Clicking on a transect will display the associated strata identification and transect numbering. This is different than other ShowMe functions in that it uses unprocessed transect files that haven't been applied and clipped to the associated strata layer. Transects will still be displayed if they fall outside strata boundaries.

Value

None

Author(s)

Charles Frost, charles_frost@fws.gov

References

https://github.com/USFWS/AKaerial

Examples

 ShowMeUncut(strata.path="C:/Habitat.shp", transect.path="My2016Transects.shp")


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