directionCluster: Direction Cluster

Description Usage Arguments Value Author(s) Examples

Description

That given a Track and maximum change parameter, returns regions where direction changed more than the defined parameter

Usage

1
2
3
4
5
directionCluster(track, minD, minT, tolerance)

## S4 method for signature 'Track,numeric,numeric,numeric'
directionCluster(track, minD, minT,
  tolerance)

Arguments

track

Represents a single trajectory followed by a person, animal or object

minD

Is the minimun direction change

minT

Is the minimun period at the speed

tolerance

Is the maximum change parameter

Value

returns regions where direction changed more than the defined parameter

Author(s)

Diego Monteiro

Examples

1

TrajDataMining documentation built on May 2, 2019, 11:07 a.m.