calcHRTParams {RHRT} | R Documentation |
Calculate HRT parameters
Description
Calculates all HRT parameters needed for an HRT object and saves them in the corresponding slots.
Usage
calcHRTParams(HRTObj, IL = c_normIL, normIL = c_normIL)
## S4 method for signature 'HRT'
calcHRTParams(HRTObj, IL = c_normIL, normIL = c_normIL)
Arguments
HRTObj |
(HRT) The HRT object of which the parameters should be calculated |
IL |
(Numeric) The overall arithmetic mean of the interval length of the measurement to normalise TS |
normIL |
(Numeric) The interval length to which TS should be normalised |
Details
This method is a wrapper for the methods calcTO and calcTS.
Value
(HRT) An HRT object with (re)calculated HRT parameters
[Package RHRT version 1.0.1 Index]