jitter: Calculate the jitter in a Wave object

Description Usage Arguments Value Examples

View source: R/jitter.R

Description

Jitter is a measure of the variability of periods in the waveform. Relative jitter is scaled by the jitter in the analysed waveform.

Usage

1
jitter(wave, method = "absolute")

Arguments

wave

A Wave object

method

One of "absolute" or "relative"

Value

A vector of zero crossing locations

Examples

1
2
3
4
5
## Not run: 
jitter(sheep, method="absolute")
jitter(sheep, method="relative")

## End(Not run)

sonicscrewdriver documentation built on May 2, 2021, 5:06 p.m.