The aim of this package is to grant the user tools for data visualisation and data analysis of mobility data for Telraam sensors, especially it develops functionnalities for 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/agistaterre/telraamStatsAgisTaTerre")