interacting_pairs | R Documentation |
Function to obtain pairs of interacting animals
interacting_pairs(
i,
datetime,
latitude,
longitude,
temporal_thresh,
spatial_thresh
)
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 |
A matrix consisting of two row. The first row corresponds to the interacting indices and the second row to the respective distances.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.