trace_explorer.RdExplore traces, ordered by relative trace frequency
trace_explorer(eventlog, coverage = 0.2, type = c("frequent", "infrequent"), .abbreviate = T, scale_fill = scale_fill_discrete(h = c(0, 360) + 15, l = 40), raw_data = F)
| eventlog | Eventlog object |
|---|---|
| coverage | The percentage coverage of the trace to explore. Default is 20% most (in)frequent |
| type | Frequent or infrequenct traces to explore |
| .abbreviate | If TRUE, abbreviate activity labels |
| scale_fill | Set color scale |
| raw_data | Retrun raw data |