Description Usage Arguments Value Author(s) Examples
This functions calculates the maximum speed found in a trajectory. The maximum speed is based on linear movement between measured points.
1 | getVmaxtrack(track)
|
track |
the trajectory as STP_Track or Track |
max speed of the moving object
Mark ten Vregelaar
1 2 3 4 5 6 7 8 | ## get a track dataset
data(A3)# see trajectories package: importenvirocar
car_track<-Track(A3)# recalculate connections data
head(car_track@connections)# distance in meters and speed in m/s
## get maximum speed
speed_ms <- getVmaxtrack(car_track)# speed in m/s
# maximum speed. It is the speed required to be able to reach every point in time in km/h
speed_ms*3.6
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.