prepare_intervals_for_sampling | R Documentation |
remove incomplete intervals,
check that there are still some left after that,
check that there are at least size
intervals, unless allow_fewer
is
TRUE
prepare_intervals_for_sampling(intervals, size, duration, allow_fewer)
intervals |
A tibble with columns |
size |
required sample size |
duration |
Interval duration supported by |
allow_fewer |
Is it OK if there are fewer than size intervals? |
intervals with incomplete intervals removed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.