Beginner Line-transect Analysis
Rdistance
.
An R package for density and abundance estimation in distance-sampling surveys
Distance-sampling is a form of ecological survey designed to estimate density and abundance of survey targets (e.g., animals) when detection probability declines with distance. Distance-sampling is popular in ecology, especially when survey targets are observed from aerial platforms (e.g., airplane or drone), surface vessels (e.g., boat or truck), or along walking transects. Distance-sampling includes line-transect studies that measure observation distances as the closest approach of the sample route (transect) to the target (i.e., perpendicular off-transect distance), and point-transect studies that measure observation distances from stationary observers to the target (i.e., radial distance).
Rdistance is an R package that performs density and abundance analysis of distance-sampling data. The routines included in Rdistance fit smooth (parametric) curves to histograms of observation distances and use those functions to compute effective sampling distances, density of targets in the surveyed area, and abundance of targets in a surrounding study area.
To install and use Rdistance, see the ‘Installation’ section of our README file on the package’s github repository.