is_equitimed: Check that the times of a dataset are evenly sampled

Description Usage Arguments Value

View source: R/utils-data-processing.R

Description

Check that the times of a dataset are evenly sampled

Usage

1
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


weecology/MATSS documentation built on May 15, 2020, 7:03 p.m.