check.time_axis {TimeDepFrail} | R Documentation |
Check Correctness of Time Domain Subdivision
Description
The function controls that the time domain is a vector and it has at least 2 elements and that all of them are not negative. Moreover, it checks that all its elements are non-negative and properly ordered, in an ascending way.
Usage
check.time_axis(time_axis)
Arguments
time_axis |
Numerical vector of temporal domain subdivision. |
Value
An error is returned if any condition is not satisfied.
[Package TimeDepFrail version 0.1.0 Index]