Description Usage Arguments Details Value Author(s) References Examples
DubMatch attempts to match observations between 2 observers on a survey by time and group size.
1 2 3 4 5 6 7 8 9 |
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
1 | 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.