View source: R/PhotoEstimate.R
PhotoEstimate | R Documentation |
Produce replicate-specific photo count estimates for transect-based photo count surveys.
PhotoEstimate(data, total.area, M)
data |
An R data frame of photo counts and areas. Needs a minimum structure with columns rep, transect, count, and area. |
total.area |
The size of the study area to extrapolate density over. |
M |
The maximum possible transects through the study area (used in variance calculation) |
This function takes a data set of photos and associated automated or manual counts and produces an estimate across transects at the replicate level.
A list of 2 objects: rep_summary for information regarding the variance, and est for the estimate by replicate.
Charles Frost, charles_frost@fws.gov
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.