Introduction

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.

Install and run app

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.

Run app from our website

Just open https://tiny.cc/ctmmweb (Chrome recommended). This will have some resource limitations compare to run the app locally.

References

  • Check the videos, release History, package reference website
  • 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