ShowMeDouble | R Documentation |
DoubleObsRandom
solutionShowMeDouble will display the solution found by DoubleObsRandom
on
the associated strata using Leaflet.
ShowMeDouble(strata.path, solution)
strata.path |
The path name to the .shp file of the stratification. Must be in a format
accepted by |
solution |
The solution from a |
ShowMeDouble is designed to take a directory path for a stratification base layer
and the result of DoubleObsRandom
and produce 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
optimal positioning of the third observer (behind pilot or front-seat observer).
Returns a leaflet object for display.
Charles Frost, charles_frost@fws.gov
https://github.com/cfrost3/AKaerial
ShowMeDouble(strata.path="C:/Habitat.shp", solution=DoubleObsRandom(strata=MyStrata, transects=MyTransects))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.