checkValidity {RHRT}R Documentation

Checks whether slots are set

Description

Checks whether slots are set

Check for HRTList class

Usage

checkValidity(x, ...)

## S4 method for signature 'HRT'
checkValidity(x)

## S4 method for signature 'HRTList'
checkValidity(x, av = FALSE, pos = FALSE)

Arguments

x

HRTList

...

Other parameters

av

(Boolean) Should avHRT be checked?

pos

(Boolean) Should pos be checked?

Value

No return value, possibly throws errors/warnings

No return value, possibly throws errors


[Package RHRT version 1.0.1 Index]