View source: R/annotate_waveforms.R
is_extra_systole | R Documentation |
Find extra systoles from beat times
is_extra_systole(beat_times, threshold = 0.1)
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%). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.