check_time_monotonic {eyeris}R Documentation

Check time series monotonicity

Description

Validates that a time vector is monotonically increasing.

Usage

check_time_monotonic(time_vector, time_col_name = "time_secs")

Arguments

time_vector

The time vector to check

time_col_name

The name of the time column for error messages

Value

No return value; throws error if time series is not monotonic


[Package eyeris version 2.1.0 Index]