Learn R Programming

bupaR (version 0.2.0)

traces: Traces

Description

traces computes the different activity sequences of an event log together with their absolute and relative frequencies. Activity sequences are based on the start timestamp of activities.

Usage

traces(eventlog, output_traces = TRUE, output_cases = FALSE)

Arguments

eventlog

The event log to be used. An object of class eventlog.

output_traces, output_cases

Logicals specifying what should be returned, a list of traces or a list of cases. If both are TRUE, a list of both is returned.

See Also

cases, eventlog