Finds indices of impossible speed values

pick_unreal_speeds(obj, cutoff, type = "value", ...)

# S3 method for navr
pick_unreal_speeds(obj, cutoff, type = "value")

Arguments

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

Value

indices of speeds considered unreal

Methods (by class)

  • navr: Pick unrela speeds from the navr object