View source: R/precedence_matrix.R
precedence_matrix_absolute | R Documentation |
Construct a precedence matrix, showing how activities are followed by each other.
This function computes the precedence matrix directly in C++ for efficiency.
Only the type absolute
of (precedence_matrix
) is supported.
precedence_matrix_absolute(eventlog, lead = 1)
eventlog |
The event log object to be used. |
lead |
The distance between activities following/preceding each other. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.