calcHRTParams: Calculate HRT parameters

Description Usage Arguments Details Value

Description

Calculates all HRT parameters needed for an HRT object and saves them in the corresponding slots.

Usage

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


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