An Introduction to the animalmove package

library(knitr)
opts_chunk$set(out.extra='style="display:block; margin: auto"', fig.align="center")

Introduction

The animalmove package provides a series statistical analyses of the spatio-temporal animal movement patterns at the population level. The package implement analyses described in the original paper "How landscape dynamics link individualto population-level movement patterns:a multispecies comparison of ungulate relocation data" (Mueller T., et. al, 2011).

We start with the import of the library animalmove in R environment. The package can be installed in the local system from the source package archive for OS X or Win platform.

Load package library

library(animalmove)

Package Installation

Statistical Analyses

There are three statistical analyses in the package:

Realized Mobility Index

Population Dispersion Index

Movement Coordination Index

Each of the analyses incorporates the methodology described in the paper, and produces a numerical outcome, which can assesed by the examining the result set or summarized and visualized the custom summaries and high-level functions.

The analyses assume the relocation data of multiple species are preliminary syncronized and preprocessed by time and space dimensions.



umd-lib/animalmove documentation built on May 3, 2019, 2:24 p.m.