pick_unreal_speeds: Finds indices of impossible speed values

View source: R/navr-speed-calculations.R

pick_unreal_speedsR Documentation

Finds indices of impossible speed values

Description

Finds indices of impossible speed values

Usage

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

## S3 method for class '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


hejtmy/navr documentation built on March 3, 2023, 5:24 p.m.