speedCluster: Speed Cluster

Description Usage Arguments Details Value Author(s) Examples

Description

Method for check the regions where speed was lower than the defined parameter

Usage

1
2
3
4
speedCluster(track, avg, minT, sl)

## S4 method for signature 'Track,numeric,numeric,numeric'
speedCluster(track, avg, minT, sl)

Arguments

track

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

avg

Is the average speed of track

minT

Is the minimun period at the speed of track

sl

Is the speed limit of track

Details

Order the speed so it will start with the slowest speed cluster

Value

Returns regions where speed was lower than the defined parameter

Author(s)

Diego Monteiro

Examples

1
2
3
4
5
avgSpeed <- mean(A1@connections$speed)

minSpeed <- min(A1@connections$speed)

speed <- speedCluster(A1,avgSpeed,minSpeed,586)

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