This is a web app for analyzing animal tracking data, built upon ctmm R package. It's also an R package so you can use some features in your code directly.
- Just run this in R console (More detailed instructions):
if (!require("remotes")) install.packages("remotes")
remotes::install_github("ctmm-initiative/ctmmweb")
ctmmweb::app()
- We also built a windows installer, which will download R installer if needed, install R and package, create shortcut for the app.
Just open https://tiny.cc/ctmmweb (Chrome recommended). This will have some resource limitations compare to run the app locally.
- Check the videos, release History, package reference website
- ctmmweb: A Graphical User Interface for Autocorrelation‐Informed Home Range Estimation
- Suggested citation for the app/package:
X. Dong, C.H. Fleming, M.J. Noonan, and J.M. Calabrese. 2018. ctmmweb: A Shiny web app for the ctmm movement analysis package.
https://github.com/ctmm-initiative/ctmmweb