Create a dotted chart to view all events in a glance
dotted_chart(eventlog, x = c("absolute", "relative"), y = c("start", "end",
"duration"), color = NULL, units = c("weeks", "days", "hours", "mins"))idotted_chart(eventlog)
Eventlog object
Value for plot on x-axis: absolute time or relative time (since start)
Ordering of the cases on y-axis: start, end or duration
Optional, variable to use for coloring dots. Default is the activity identifier. Use NA for no colors.
Time units to use on x-axis in case of relative time.