View source: R/4h_filter_all.R
second_filter_4h | R Documentation |
This function takes any acoustic receiver detection dataframe generated from the add_fish() function and filters it a second time to remove any remaining multipath detections. Then applies an algorithm to assess and filter all remaining detections based on a four hit filter.
second_filter_4h(fish_file)
fish_file |
a dataframe of detections retrieved from add_fish() |
A dataframe which has been filtered to remove false positives
# Apply a 4 hit filter based on the technology
second_filter_4h(filter_fish_detects)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.