Description Usage Arguments Value
The function filters the data according to date. It returns data that are in between xmin and xmax. Note that xmin and xmax can either be mapped (using aes(xmin=???)) or being an argument to geom_timeline. If both are specified, the mapped value will be considered.
1 | compute_timeline(data, scales, xmin = NA, xmax = NA, ...)
|
data |
data frame passed from stat / geom |
scales |
passed from stat/ geom |
xmin |
date passed from stat / geom, specifying the minimum date to be considered |
xmax |
date pased from stat /geom, specifying the maximum date to be considered |
data frame to be consumed by geom
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.