Some analyses may require evenly sampled data without missing
values. has_missing_samples checks that the dataset is equitimed, and
then for missing values within abundance (and optionally, covariates)
is_full_sampled() does the same check, but returns TRUE if there are
NO missing samples.
has_missing_samples(data, period = NULL, tol = 1e-06, check_covariates = FALSE)
| data | dataset to check |
|---|---|
| period | period to check the times against (if |
| tol | tolerance for the period |
| check_covariates |
|
TRUE or FALSE