Learn R Programming

wildlifeDI (version 0.5.1)

wildlifeDI-package: wildlifeDI: Calculate Indices of Dynamic Interaction for Wildlife Tracking Data

Description

Dynamic interaction refers to spatial-temporal associations in the movements of two (or more) animals. This package provides tools for calculating a suite of indices used for quantifying dynamic interaction with wildlife telemetry data. For more information on each of the methods employed see the references within. The package (as of version 0.3) also has new tools for automating contact analysis in large tracking datasets. The package draws heavily on the classes and methods developed in the 'adehabitat' packages.

Arguments

Author

Jed Long

Details

The package wildlifeDI allows users to compute a number of currently available indices of dynamic interaction useful for wildlife telemetry studies. The currently available methods include:

  • Prox - Proximity analysis (Bertrand et al. 1996)

  • Ca - Coefficient of Association (Bauman 1998)

  • Don - Doncaster's measure of dynamic interaction (Doncaster 1990)

  • Lixn - Minta's measures of spatial-temporal interaction (Minta 1992)

  • Cs - Coefficient of Sociality (Kenward et al. 1993)

  • HAI - Half-weight Association Index (Atwood and Weeks Jr. 2003)

  • Cr - Correlation coefficient (Shirabe 2006)

  • DI - Dynamic interaction index (Long and Nelson 2013)

  • IAB - Interaction statistic (Benhamou et al. 2014)

The package wildlifeDI also provides useful functionality for identifying which fixes are temporally simultaneous, required for many of the above methods, using the function GetSimultaneous, along with other functions for exploring spatial-temporal interactions patterns in wildlife telemetry data.

When citing this package please use see citation ('wildlifeDI), also please cite the appropriate papers associated with individual methods being used.

As of version 0.4.1 the package also includes a number of new functions for performing contact analysis with larger tracking datasets. These functions use a prefix 'con' to distinguish them from other functions in the package.

The functions in wildlifeDI utilize the ltraj objects from the package adehabitat. For more information on objects of this type see help(ltraj).