smooth_speed: Smooths speed

View source: R/navr-smoothing.R

smooth_speedR Documentation

Smooths speed

Description

Smooths speed values with given type of smoothing. IMPORTANT! Does not change any positioning or other data, only smooths the speed values. Speed smothing is generally important for clear onset search

Usage

smooth_speed(obj, type, ...)

## S3 method for class 'navr'
smooth_speed(obj, type, ...)

Arguments

obj

object to perfrom speed smoothing on

type

type of smoothing. See smooth_vector vector for full description

...

optional parameters for given smoothing, see smooth_vector function

Methods (by class)

  • navr: Smooths navr object speeds


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