sample_intervals_randomly | R Documentation |
Sample intervals randomly
sample_intervals_randomly(
intervals,
size,
duration,
allow_fewer = FALSE,
seed = NULL
)
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? |
seed |
Seed for the random number generator. |
A subsample of intervals.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.