checkMinimumN: Check the number of detections (total and per event) of a...

View source: R/check.R

checkMinimumNR Documentation

Check the number of detections (total and per event) of a given tag. Works for both array and section movements.

Description

Check the number of detections (total and per event) of a given tag. Works for both array and section movements.

Usage

checkMinimumN(movements, min.total.detections, min.per.event, tag, n)

Arguments

movements

The movements table for a specific tag.

min.total.detections

Minimum number of times a tag must have been detected during the study period for the detections to be considered true and not just random noise. Defaults to 2.

min.per.event

Minimum number of detections an event must have to be deemed valid. For analyses with both array and section events, a vector of two values can be provided. If only one value is provided, the same threshold applies for both types of events. Defaults to 1.

tag

The tag being analysed.

n

A string indicating the overall progress.

Value

A data frame containing the movements with valid/invalid notes


actel documentation built on Oct. 19, 2023, 9:08 a.m.