ShowMeDesign: Display a combination of strata and transect design

View source: R/plots.R

ShowMeDesignR Documentation

Display a combination of strata and transect design

Description

ShowMeDesign will take input layers of strata and transect design and display them using Leaflet.

Usage

ShowMeDesign(strata.path, transect.path, area = "Not CRD")

Arguments

strata.path

The path name to the .shp file of the stratification. Must be in a format accepted by SplitDesign.

transect.path

The path name to the .shp file of lines designating the transect design. Must be in a format accepted by SplitDesign.

area

The area for the prject represented. This only matters for the area CRD where there are vertical transects to be passed to SplitDesign.

Details

ShowMeDesign is designed to take a directory path for a combination of stratification base layer, aerial transect design and display it 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, transect numbering, recalculated (SPLIT) transect number (see SplitDesign), and length in kilometers. Similar to ShowMe, but with no option to include observations.

Value

None

Author(s)

Charles Frost, charles_frost@fws.gov

References

https://github.com/USFWS/AKaerial

Examples

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


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