calcTS: Calculate TS parameters

Description Usage Arguments Value

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

1
2
3
4
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


RHRT documentation built on June 29, 2021, 9:06 a.m.