Description Usage Arguments Value Examples
An extension of timeline(summarize='n', crop=FALSE) for intervals rather than single events.
1 2 | timeline_intervals(dat, trange = NULL, step = 15, units = "mins",
time_zone = "UTC")
|
dat |
tibble |
trange |
range of times. If NULL, will be inferred from data. |
step |
numeric, timestep to use in binning |
units |
character, units for step, as in difftime(), e.g. 'mins' or 'days' |
time_zone |
time zone |
a tibble with columns t (bin-end times), n - count of ongoing events in the bin
1 | #
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.