getHRTs: Finds HRTs

Description Usage Arguments Value

View source: R/conversion_to_HRT.R

Description

Scans for HRTs in the given vector and returns an HRTList object.

Usage

1
2
3
4
5
6
7
8
getHRTs(
  intervals,
  annotations = NULL,
  PVCAnn = "V",
  numPreRRs = c_numPreRRs,
  numPostRRs = c_numPostRRs,
  numSnippet
)

Arguments

intervals

(Numeric vector) RR intervals in ms

annotations

(Character vector) Annotations matching input

PVCAnn

(Character) Character that marks a VPC in the annotations

numPreRRs

(Numeric) Number of RRs before the coupling interval that are used for filtering

numPostRRs

(Numeric) Number of RRs after the compensatory interval that are used for filtering

numSnippet

(Numeric) Number of RRs in the HRT snippet

Value

(HRTList) HRTList with only pos and HRTs set


RHRT documentation built on June 29, 2021, 9:06 a.m.