pick_unreal_speeds.Rd
Finds indices of impossible speed values
pick_unreal_speeds(obj, cutoff, type = "value", ...) # S3 method for 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