Clock Chart with Modified Length
clock_chart_len.Rd
This function will plot time of events on a 24 hour clock to show which
events took place at what times. The length of the hands are modified
according to a numeric vector. A color name can be used for the hands.
For better use of color and length together, consider using clock_chart_qnt()
.
Details
Change the title, subtitle or the caption of the plot with
ggplot2::labs()
. See examples.
See also
clock_chart_col()
for coloring by a numeric variable,
clock_chart_qnt()
for coloring and modifying length by a numeric variable,
clock_chart_qlt()
for coloring by a qualitative variable,
clock_chart()
for the simplest clock chart
Examples
p1 <- clock_chart_len(data = bdquake, time = hms, crit = depth)
p1 + ggplot2::labs(title = "Earthquakes in Bangladesh since 2023")