getHRTs {RHRT} | R Documentation |
Finds HRTs
Description
Scans for HRTs in the given vector and returns an HRTList object.
Usage
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
[Package RHRT version 1.0.1 Index]