HRT {RHRT} | R Documentation |
S4 class to represent an HRT object
Description
This class specifies an object to save the lengths of intervals surrounding a premature ventricular beat. It saves the HRT parameters turbulence onset (TO), slope (TS) and timing (TT) after calculation as well as the coefficients of an ab-line used for the plot. TS is saved after common calculation and after normalising.
Usage
## S4 method for signature 'HRT'
initialize(
.Object,
couplRR = NA_real_,
compRR = NA_real_,
preRRs = NA_real_,
postRRs = NA_real_
)
Arguments
.Object |
(Character) The name of the class |
couplRR |
(Numeric) Coupling interval |
compRR |
(Numeric) Compensatory interval |
preRRs |
(Numeric vector) Preceding intervals |
postRRs |
(Numeric vector) Following intervals |
Value
(HRT) A new HRT object
Slots
couplRR
(Numeric) Coupling interval
compRR
(Numeric) Compensatory interval
preRRs
(Numeric vector) Preceding intervals
postRRs
(Numeric vector) Following intervals
TO
(Numeric) Turbulence onset
TS
(Numeric) Turbulence slope
TT
(Numeric) Turbulence timing
intercept
(Numeric) Intercept of regression line of TS
nTS
(Numeric) Normalised Turbulence slope
nintercept
(Numeric) Intercept of regression line of nTS