DoubleObsRandom | R Documentation |
DoubleObsRandom will load an existing stratified transect design and assign a third observer approximately equally by strata and area randomly behind the pilot or observer
DoubleObsRandom(strata, transects, split = 0.4, options = 5, tries = 10000)
strata.path |
The path name to the .shp file of the stratification. Must be in a format
accepted by |
solution |
The solution from a |
DoubleObsRandom is designed to take 2 spatial objects: a stratification base layer
and transect layer represented as spatial lines, and assign a third observer (during
a double-observer detection study) approximately equally behind both front seat observers.
The function simulates possible random combinations of left and right seat and will throw
out those that aren't within split
proportion. The resulting map and design will
offer n options (options
defaults to 5) that can then be checked by the field crew
for logistical feasibility.
None
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.