calcTS {RHRT} | R Documentation |
Calculate TS parameters
Description
Calculates all TS parameters (TS itself, its index TT (turbulence timing) and the intercept for the plot) and saves them in the corresponding slots. Can also calculate normalised TS and intercept.
Usage
calcTS(HRTObj, normalising = FALSE, IL = c_normIL, normIL = c_normIL)
## S4 method for signature 'HRT'
calcTS(HRTObj, normalising = FALSE, IL = c_normIL, normIL = c_normIL)
Arguments
HRTObj |
(HRT) The HRT object, for which TS should be calculated |
normalising |
(Boolean) Should the normalised TS 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 |
Value
(HRT) An HRT object with (re)calculated TS+intercept or nTS+nintercept
[Package RHRT version 1.0.1 Index]