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.
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, months, quarters, semesters, years. A month is defined as 30 days. A quarter is 13 weeks. A semester is 26 weeks and a year is 365 days
- 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.- color_edges
The color used for edges. Defaults to red4.
- ...
Additional arguments too FUN