This class specifies an object to save all HRT objects of a given vector. It also saves an averaged HRT for calculation of the averaged HRT parameters and plotting of all HRTs in a single plot.
# S4 method for HRTList
initialize(
.Object,
name = NA_character_,
IL = NA_real_,
pos = NA_real_,
HRTs = list(),
avHRT = new("avHRT"),
RMSSD = NA_real_
)(Character) The name of the class
(Character) Name of the vector if given
(Numeric) Arithmetic mean of the overall interval length of the vector
(Numeric vector) Positions of premature ventricular complexes in given input
(List) All HRT objects
(avHRT object) The average of all HRTs
(Numeric) Square root of the mean of the squared successive differences between adjacent intervals of the whole measurement
(HRTList) A new HRTList object
name(Character) Name of the vector if given
IL(Numeric) Arithmetic mean of the overall interval length of the vector
pos(Numeric vector) Positions of premature ventricular complexes in given input
HRTs(List) All HRT objects
avHRT(avHRT object) The average of all HRTs
RMSSD(Numeric) Square root of the mean of the squared successive differences between adjacent intervals of the whole measurement