Description Usage Arguments Value Examples
An ad hoc algorithm is used to determine the living status of fish. Basically, if a fish moves less than dist_thresh km for all consecutive detection periods following the detection, the fish will be flagged as dead. Euclidean distance is currently used. To determine the survival status of fish using a statistical approach that incorporates mortality sensor information use hmm_survival
.
1 | flag_dead_fish(best_detects, dist_thresh = 10)
|
dist_thresh |
See description. |
Returns a data.frame where $MortFlag=T if a fish has been flagged as dead.
1 2 | flagged_fish <- flag_dead_fish(best_detects)
head(flagged_fish)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.