compare_detects | R Documentation |
This function compares two detection dataframes from filtered acoustic telemetry detections and identifies the filtered out detections. The first input is the original dataframe, the second is the filtered dataframe. Then it creates a dataframe of detections which are missing from the filtered dataframe.
compare_detects(a1, a2)
a1 |
unfiltered detection dataframe |
a2 |
filtered detection dataframe |
A dataframe of detections from the original dataframe missing from the filtered dataframe. Spurious detections.
# Compare detections before and after filtering
compare_detects(raw_ats[1:1000,], filter_fish_detects[1:1000,])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.