trace_explorer: Trace explorer

Description Usage Arguments

Description

Explore traces, ordered by relative trace frequency

Usage

1
2
3
4
5
6
7
8
9
trace_explorer(eventlog, coverage = NULL, n_traces = NULL,
  type = c("frequent", "infrequent"), .abbreviate = T,
  show_labels = T, scale_fill = scale_fill_discrete(h = c(0, 360) + 15,
  l = 40), raw_data = F)

plotly_trace_explorer(eventlog, coverage = NULL, n_traces = NULL,
  type = c("frequent", "infrequent"), .abbreviate = T,
  show_labels = T, scale_fill = scale_fill_discrete(h = c(0, 360) + 15,
  l = 40), raw_data = F)

Arguments

eventlog

Eventlog object

coverage

The percentage coverage of the trace to explore. Default is 20% most (in)frequent

n_traces

Instead of setting coverage, you can set an exact number of traces. Should be an integer larger than 0.

type

Frequent or infrequenct traces to explore

.abbreviate

If TRUE, abbreviate activity labels

show_labels

If False, activity labels are not shown.

scale_fill

Set color scale

raw_data

Retrun raw data


gertjanssenswillen/processmapR documentation built on June 15, 2019, 2:46 p.m.