interacting_pairs function

Function to obtain pairs of interacting animals

Function to obtain pairs of interacting animals

interacting_pairs( i, datetime, latitude, longitude, temporal_thresh, spatial_thresh )

Arguments

  • i: Index of the animal
  • datetime: DateTime vector
  • latitude: latitude vector
  • longitude: longitude vector
  • temporal_thresh: time threshold in minutes
  • spatial_thresh: spatial threshold in meters

Returns

A matrix consisting of two row. The first row corresponds to the interacting indices and the second row to the respective distances.

  • Maintainer: Prabhleen Kaur
  • License: MIT + file LICENSE
  • Last published: 2024-03-25

Useful links