R/utils-data-processing.R
is_equitimed.RdCheck that the times of a dataset are evenly sampled
is_equitimed(data, period = NULL, tol = 1e-06)
| data | dataset to check |
|---|---|
| period | period to check the times against (if |
| tol | tolerance for the period |
TRUE or FALSE