do_dbscan: Execute dbscan on trajectory data

Description Usage Arguments

View source: R/dbscan-te.R

Description

Execute dbscan on trajectory data

Usage

1
do_dbscan(trajectory, eps, minpts)

Arguments

trajectory

A simple features collection of points representing a single trajectory (i.e. person, day). MUST have a 'dttm' column called "timestamp" representing the time of GPS point.

eps

distance threshold for defining clusters. Should be provided in the same units as the trajectory projection (usually meters). DBSCAN input.

minpts

minimum number of points in a cluster. DBSCAN input.


byu-transpolab/gpsactivs documentation built on Dec. 19, 2021, 12:51 p.m.