Check that the times of a dataset are evenly sampled

is_equitimed(data, period = NULL, tol = 1e-06)

Arguments

data

dataset to check

period

period to check the times against (if NULL, first check to see if there is a known period set in the metadata, otherwise assumes 1)

tol

tolerance for the period

Value

TRUE or FALSE