View source: R/CombinedReport.R
CombinedReport | R Documentation |
CombinedReport will produce an annual estimate report in .html format for 2 observers
CombinedReport(
strata.path = NA,
transect.path = NA,
data1.path = NA,
data2.path = NA,
area = NA,
threshold = 0.5
)
strata.path |
The file location of the analysis stratification .shp file |
transect.path |
The file location of the transect design .shp file |
data1.path |
The file location of the .csv transcribed data for observer 1 |
data2.path |
The file location of the .csv transcribed data for observer 2 |
area |
The area code for dedicated MBM Alaska region surveys. Either folder.path or area must be specified. Acceptable values include:
|
threshold |
The distance in kilometers from a design file where observations are no longer counted. Defaults to 0.5 km. |
CombinedReport is designed to produce a basic .html report for quality checks for a particular year/crew combination. The report contains basic visual QA/QC maps of stratification and transect design, as well as observation information by observer. It also presents the basic and expanded table of estimates. It uses the markdown script within AKaerial (CombinedSurveyReport.Rmd) and writes an output report to the directory of data1.path.
None
Charles Frost, charles_frost@fws.gov
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.