Estimate fish exploitation rate
Usage
exploit_fish(release, recover, tag.loss, report.rate)
Arguments
- release
the number of tagged or marked fish releases
- recover
the number of tags recovered
- tag.loss
the probability a tag or other mark is lost
- report.rate
the probability a harvested, marked fish is reported
Value
the estimated exploitation rate (harvest probability)
Examples
exploit_fish(release=100,
recover=10,
tag.loss=0.1,
report.rate=0.75)
#> [1] 0.1481481