Different activity sequences in the log can be visualized with
trace_explorer()
. It can be used to explore frequent as
well as infrequent traces.
The coverage
argument specifies how much of the log you
want to explore. By default it is set at 0.2, meaning that it will show
the most frequent traces covering 20% of the event log.
## Warning: No `coverage` or `n_traces` set.
## ! Defaulting to `coverage` = 0.2 for `type` = "frequent" traces.
You can also set the coverage by directly specifying the number of traces to show.
Instead of giving priority to frequent traces, you can show infrequent traces.
The trace_explorer()
shows three metrics by default:
You can set which metric to include using
coverage_labels
, as well as change the order.
The labels shown on the traces can be configured with the arguments
label_size
, show_labels
and
abbreviate
.
Increasing the label size.
Removing the labels.
Disabling the abbreviation of labels.
Copyright © 2023 bupaR - Hasselt University