Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ctmm-initiative/ctmmweb
Web app for analyzing animal tracking data, built upon ctmm R package
https://github.com/ctmm-initiative/ctmmweb
ctmm r shiny
Last synced: about 2 months ago
JSON representation
Web app for analyzing animal tracking data, built upon ctmm R package
- Host: GitHub
- URL: https://github.com/ctmm-initiative/ctmmweb
- Owner: ctmm-initiative
- License: gpl-3.0
- Created: 2017-02-14T18:25:18.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-21T09:35:03.000Z (7 months ago)
- Last Synced: 2024-08-13T07:15:10.509Z (5 months ago)
- Topics: ctmm, r, shiny
- Language: R
- Homepage: http://biology.umd.edu/movement.html
- Size: 10.5 MB
- Stars: 30
- Watchers: 3
- Forks: 21
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - ctmm-initiative/ctmmweb - Web app for analyzing animal tracking data, built upon ctmm R package (R)
README
## Introduction
This is a web app for analyzing animal tracking data, built upon [ctmm R package](https://github.com/ctmm-initiative/ctmm). It's also an R package so you can use some features in your code directly.
## Install and run app
- Just run this in R console ([More detailed instructions](https://ctmm-initiative.github.io/ctmmwebdoc/articles/installation.html)):
```r
if (!require("remotes")) install.packages("remotes")
remotes::install_github("ctmm-initiative/ctmmweb")ctmmweb::app()
```- We also built [a windows installer](https://github.com/ctmm-initiative/ctmmweb/releases/download/v0.2.10/ctmmwebsetup.exe), 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](https://tiny.cc/ctmmweb) (Chrome recommended). This will have some resource limitations compare to run the app locally.
## References
- Check the [videos](https://ctmm-initiative.github.io/ctmmwebdoc/articles/demo.html), release [History](https://ctmm-initiative.github.io/ctmmwebdoc/news/index.html), package reference [website](https://ctmm-initiative.github.io/ctmmwebdoc)
- [ctmmweb: A Graphical User Interface for Autocorrelation‐Informed Home Range Estimation](https://doi.org/10.1002/wsb.1154)
- 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
```