adjustedL | R Documentation |
Popular distance sampling packages automatically calculate the area covered in the survey based on a straight line, L x 2w, where L is the length of the transect and w is the truncation distance. This function calculates the the area covered in a curved transect and provides and adjusted transect length: curved covered area ÷ (2 × w). When input into popular distance sampling packages, this adjusted length will give the proper covered area.
adjustedL(transect, trunc)
transect |
GIS file of the transect of class SpatialLines |
trunc |
Truncation distance (meters) |
Length of the transect (meters) used by distance sampling packages to correctly calculate the covered area.
adjustedL(transect=transect, trunc=100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.