traces | R Documentation |
traces
computes the different activity sequences of an event log
together with their absolute and relative frequencies.
Activity sequences are based on the start timestamp of activities.
traces(log, ..., eventlog = deprecated())
## S3 method for class 'log'
traces(log, ..., eventlog = deprecated())
## S3 method for class 'grouped_log'
traces(log, ..., eventlog = deprecated())
log |
|
... |
Deprecated arguments |
eventlog |
traces(log)
: Construct traces list for eventlog
traces(grouped_log)
: Construct list of traces for grouped log
cases
, eventlog
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.