Description Usage Arguments Details Value Author(s) Examples
Method for check the regions where speed was lower than the defined parameter
1 2 3 4  | speedCluster(track, avg, minT, sl)
## S4 method for signature 'Track,numeric,numeric,numeric'
speedCluster(track, avg, minT, sl)
 | 
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  | 
Order the speed so it will start with the slowest speed cluster
Returns regions where speed was lower than the defined parameter
Diego Monteiro
1 2 3 4 5  | avgSpeed <- mean(A1@connections$speed)
minSpeed <- min(A1@connections$speed)
speed <- speedCluster(A1,avgSpeed,minSpeed,586)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.