Reviews
Reviews are an integral part of the Inventory and help other members decide on which technology might be most suitable for their conservation needs. If you have experience using this product, please consider leaving a review!
Have you used this product? Click to leave your review- Amphibians
- Birds
- Mammals
- Reptiles
An R package and Shiny application designed to support researchers in the planning and evaluation of movement ecology studies, choosing the optimal tracking regime/schedule (duration and interval) while considering the number of tracked individuals.
Cost range
- Free
Where to buy
Website
External Resources
Conservation Challenges
WILDLABS Content
Pinned
Related
Specifications
First, install R using the official official CRAN R project website.
Installing the application:
Then, open the R console and install the stable version of movedesign from CRAN:
install.packages("movedesign")Optionally, you can install the most recent development version directly from GitHub:
install.packages("remotes") remotes::install_github("ecoisilva/movedesign")
If you encounter any issues, consult the installation troubleshooting vignette for potential solutions, or contact me.
Running the application:
To launch movedesign, load the library and run the following command in your R console:
library(movedesign) movedesign::run_app()
