process_map: Process Map

Description Usage Arguments Examples

View source: R/process_map.R

Description

A function for creating a process map of an event log.

Usage

1
2
process_map(eventlog, type = frequency("absolute"), type_nodes = type,
  type_edges = type, render = T, ...)

Arguments

eventlog

The event log object for which to create a process map

type

A process map type, which can be created with the functions frequency and performance. The first type focusses on the frequency aspect of a process, while the second one focussed on processing time.

type_nodes

A process map type to be used for nodes only, which can be created with the functions frequency and performance. The first type focusses on the frequency aspect of a process, while the second one focussed on processing time.

type_edges

A process map type to be used for edges only, which can be created with the functions frequency and performance. The first type focusses on the frequency aspect of a process, while the second one focussed on processing time.

render

Whether the map should be rendered immediately (default), or rather an object of type dgr_graph should be returned.

...

Deprecated arguments

Examples

1
2
3
4
5
6
## Not run: 
library(eventdataR)
data(patients)
process_map(patients)

## End(Not run)

wfeijen/Uitbreiden_ProcessMap documentation built on May 28, 2019, 1:23 p.m.