is_extra_systole: Find extra systoles from beat times

View source: R/annotate_waveforms.R

is_extra_systoleR Documentation

Find extra systoles from beat times

Description

Find extra systoles from beat times

Usage

is_extra_systole(beat_times, threshold = 0.1)

Arguments

beat_times

time of each beat (vector of datetimes)

threshold

if a beat interval (RR) is shorter than the median of the preceding 10 intervals by more than this threshold (relative), it is considered and extra systole (default = 0.1, 10%).


JohannesNE/waveformtools documentation built on July 1, 2022, 8:48 p.m.