An R package for animal movement modelling using hidden Markov models.
Get started with the vignette: Guide to using moveHMM
The package is available on CRAN. To install it from CRAN, you can use the following commands:
# install dependencies
install.packages(c("Rcpp","RcppArmadillo","sp","CircStats"))
# install moveHMM
install.packages("moveHMM")
To install the latest (unstable) version of the package from Github:
install.packages(c("Rcpp","RcppArmadillo","sp","CircStats","devtools"))
library(devtools)
install_github("TheoMichelot/moveHMM", build_vignettes=TRUE)