# Line transect pilot survey with 20 sightings on a line of length
# 5 units.
calculate.effort(L0 = 5, n0 = 20)
# Point transect pilot with 20 sightings over 5 points
calculate.effort(L0 = 5, n0 = 20, line.point="point")
# To find a single value for a target CV of 0.15
calculate.effort(L0 = 5, n0 = 20, line.point="point", cv.values = 0.15)
Run the code above in your browser using DataLab