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.
if (!require("remotes")) install.packages("remotes") remotes::install_github("ctmm-initiative/ctmmweb") ctmmweb::app()
Just open https://tiny.cc/ctmmweb (Chrome recommended). This will have some resource limitations compare to run the app locally.