View source: R/navr-speed-calculations.R
pick_unreal_speeds | R Documentation |
Finds indices of impossible speed values
pick_unreal_speeds(obj, cutoff, type = "value", ...)
## S3 method for class 'navr'
pick_unreal_speeds(obj, cutoff, type = "value")
cutoff |
value after which we should consider speeds as invalid |
type |
what type of cutoff. Possibilities value (above value is unreal), percent (move than certain percent increase), std (number of stds away from mean speed), quantile(percent of highest values) |
... |
|
speeds |
speed vector of doubles |
indices of speeds considered unreal
navr
: Pick unrela speeds from the navr object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.