knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of gpsactivs is to provide algorithms for developing semantic understanding of GPS profiles.
You can install the development version of gpsactivs
from GitHub with:
# install.packages("devtools") devtools::install_github("byu-transpolab/gpsactivs")
The package currently includes code to compute activity locations using a modified DBSCAN-TE (Gong et al., 2018) algorithm.
library(gpsactivs) ## basic example code
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.