check_time_monotonic: Check time series monotonicity
Description
Validates that a time vector is monotonically increasing.
Usage
check_time_monotonic(time_vector, time_col_name = "time_secs")
Value
No return value; throws error if time series is not monotonic
Arguments
- time_vector
The time vector to check
- time_col_name
The name of the time column for error messages