The aim of this package is to grant the user tools for data visualisation and data analysis of mobility data for Telraam sensors. It reuses and expands on functionnalities from this application
.
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
To smoothly run this package, you will need to make the following installs :
install.packages(c("cowplot",
"CPAT",
"dplyr",
"ggplot2",
"httr",
"jsonlite",
"lubridate",
"mgcv",
"purrr",
"readr",
"rlang",
"synchrony",
"tibble",
"zoo"))
If you want to install this package, you can use :
devtools::install_github(" https://github.com/UCaromel/movaround_pkg")