Description Usage Arguments Value
View source: R/utils-data-processing.R
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.
1 | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.