Learn R Programming

filteRjsats (version 1.0)

second_filter_4h: Four Hit Filter for Any Detection File

Description

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.

Usage

second_filter_4h(fish_file)

Value

A dataframe which has been filtered to remove false positives

Arguments

fish_file

a dataframe of detections retrieved from add_fish()

Examples

Run this code
# Apply a 4 hit filter based on the technology
second_filter_4h(filter_fish_detects)

Run the code above in your browser using DataLab