Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.31 KB

README.md

File metadata and controls

42 lines (27 loc) · 1.31 KB

RWalc

Travis-CI Build Status AppVeyor Build Status

RWalc provides facilities for fitting an Ornstein-Uhlenbeck process model to animal tracking data and simulating tracks from the fit.

The package is a bastardization of the crawl and argosTrack packages. If you only wish to filter tracks these may be better suited to your purposes.

Installing

Installing RWalc requires

  • a recent version of R (> 3.3.0),
  • windows users will require Rtools,
  • the TMB package and its dependencies.

RWalc is easily installed from GitHub using the devtools package.

devtools::install_github("SWotherspoon/RWalc")

If you don't have devtools installed already, install it first.

install.packages("devtools")

RWalc otherwise does not need devtools for normal use.

TODO

This is a very early release and any or all features may yet change.