Skip to contents

Create process matrix

Usage

process_matrix(log, type, ..., eventlog = deprecated())

# S3 method for eventlog
process_matrix(log, type = frequency(), ..., eventlog = deprecated())

# S3 method for activitylog
process_matrix(log, type = frequency(), ..., eventlog = deprecated())

Arguments

log

log: Object of class log or derivatives (grouped_log, eventlog, activitylog, etc.).

type

A process matrix type, which can be created with the functions frequency, performance and custom. The first type focusses on the frequency aspect of a process, while the second one focussed on processing time. The third one allows custom attributes to be used.

...

Other arguments

eventlog

[Deprecated]; please use log instead.

Methods (by class)

  • process_matrix(eventlog): Process matrix for event log

  • process_matrix(activitylog): Process matrix for activity log