construct_time_scale | R Documentation |
The construct_time_scale()
function constructs a time scale for the summary
plot.
construct_time_scale(object, n_breaks = 5)
object |
A |
n_breaks |
An integer specifying the number of breaks in the time scale. |
A list with the following components:
translator
a data frame with the time scale.
mid
a numeric value specifying the mid point of the time scale.
width
a numeric value specifying the width of the time scale.
breaks
a character vector with the breaks in the time scale.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.