FindMinima: Find Local Minima

Description Usage Arguments Value

Description

Find the local minima within one or more channels of kinematic data.

Usage

1
2
3
4
5
6
7
8
9
FindMinima(x, ...)

## S3 method for class 'data.frame'
FindMinima(x, channels = NULL, matches = NULL,
  from = -Inf, to = Inf, ...)

## S3 method for class 'list'
FindMinima(x, channels = NULL, matches = NULL, from = -Inf,
  to = Inf, ...)

Arguments

x

A data.frame (or a list of data.frames) that contain(s) kinematic data (e.g., position, velocity, speed, or acceleration data). x must have one column named Time and at least one other column.

...

Placeholder for future methods.

channels

A character vector, each element of which should match exactly the name of some column in x other than Time. Default matches all columns of x other than Time.

matches

A pattern used to match columns in x. A non-null value for this argument will supercede a non-null value for the channels argument. Default matches all columns of x other than Time.

from, to

Atomic numerics. Local maxima will only be found within the [from,to] interval. Default values will include all available data in the channel.

Value

A data table with the following variables:


patrickreidy/ag501 documentation built on May 30, 2019, 10:01 p.m.