View source: R/process_matrix.R
| process_matrix | R Documentation | 
Create process matrix
process_matrix(log, type, ..., eventlog = deprecated())
## S3 method for class 'eventlog'
process_matrix(log, type = frequency(), ..., eventlog = deprecated())
## S3 method for class 'activitylog'
process_matrix(log, type = frequency(), ..., eventlog = deprecated())
log | 
 
  | 
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 | 
process_matrix(eventlog): Process matrix for event log
process_matrix(activitylog): Process matrix for activity log
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.