performance: Performance map profile

Description Usage Arguments

View source: R/performance.R

Description

Function to create a performance map profile to be used as the type of a process map. It results in a process map describing process time.

Usage

1
2
performance(FUN = mean, units = "days", flow_time = c("idle_time",
  "inter_start_time"), color_scale = "Reds")

Arguments

FUN

A summary function to be called on the process time of a specific activity, e.g. mean, median, min, max

units

The time unit in which processing time should be presented (mins, hours, days, weeks)

flow_time

The time to depict on the flows: the inter start time is the time between the start timestamp of consecutive activity instances, the idle time is the time between the end and start time of consecutive activity instances.

color_scale

Name of color scale to be used for nodes. Defaults to Reds. See 'Rcolorbrewer::brewer.pal.info()' for all options.


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