The construct_time_scale()
function constructs a time scale for the summary
plot.
construct_time_scale(object, n_breaks = 5)
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.
A medic
or summary.medic
object.
An integer specifying the number of breaks in the time scale.