Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

assembleValidMoves

Wrapper for simplifyMovements


Description

Wrapper for simplifyMovements

Usage

assembleValidMoves(movements, bio, discard.first, speed.method, dist.mat)

Arguments

movements

A list of movements for each tag.

bio

The biometrics table.

discard.first

A threshold amount of time (in hours) that must pass after release for the respective detections to be valid. Set to 0 to discard only the release-to-first-detection calculations.

speed.method

Can take two forms: 'last to first' or 'last to last'. If 'last to first' (default), the last detection on the previous array is matched to the first detection on the target array to perform the calculations. If 'last to last', the last detection on ´the previous array is matched to the last detection on the target array to perform the calculations.

dist.mat

A matrix of the distances between the deployed ALS.

Value

A list of valid movements


actel

Acoustic Telemetry Data Analysis

v1.2.1
GPL-3
Authors
Hugo Flávio [aut, cre] (<https://orcid.org/0000-0002-5174-1197>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.