Skip to contents

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

Usage

jitter(wave, method = "absolute")

Arguments

wave

A Wave object

method

One of "absolute" or "relative"

Value

A vector of zero crossing locations

Examples

if (FALSE) {
jitter(sheep, method="absolute")
jitter(sheep, method="relative")
}