trace_list {bupaR} | R Documentation |
Trace list
Description
Construct trace list
Usage
trace_list(log, ..., eventlog = deprecated())
## S3 method for class 'eventlog'
trace_list(log, ..., eventlog = deprecated())
## S3 method for class 'activitylog'
trace_list(log, ..., eventlog = deprecated())
## S3 method for class 'grouped_log'
trace_list(log, ..., eventlog = deprecated())
Arguments
log |
|
... |
Other arguments. Currently not used. |
eventlog |
Methods (by class)
-
trace_list(eventlog)
: Construct trace list for event log -
trace_list(activitylog)
: Construct trace list for activity log -
trace_list(grouped_log)
: Construct list of traces for grouped log
[Package bupaR version 0.5.4 Index]