ps_detailed | R Documentation |
Plots the detailed performance spectrum. The performance spectrum describes the event data in terms of segments, i.e., pairs of related process steps. The performance of each segment is measured and plotted for any occurrences of this segment over time and can be classified, e.g., regarding the overall population. The detailed performance spectrum visualises variability of durations in a segment across cases and time (Denisov et al., 2018). See References for more details.
ps_detailed(
log,
segment_coverage,
n_segments,
classification = NULL,
scale = NULL
)
## S3 method for class 'log'
ps_detailed(
log,
segment_coverage,
n_segments,
classification = NULL,
scale = NULL
)
## S3 method for class 'grouped_log'
ps_detailed(
log,
segment_coverage,
n_segments,
classification = NULL,
scale = NULL
)
log |
|
segment_coverage , n_segments |
|
classification |
|
scale |
|
A ggplot2
object describing the detailed performance spectrum.
ps_detailed(log)
: Plot detailed performance spectrum for a log
.
ps_detailed(grouped_log)
: Plot detailed performance spectrum for a grouped_log
.
Denisov, V., Fahland, D., & van der Aalst, W. M. P. (2018). Unbiased, Fine-Grained Description of Processes Performance from Event Data. In M. Weske, M. Montali, I. Weber, & J. vom Brocke (Eds.), Proceedings of the 16th International Conference on Business Process Management (Vol. 11080, pp. 139–157). Springer International Publishing. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1007/978-3-319-98648-7_9")}
ps_aggregated()
library(psmineR)
library(eventdataR)
sepsis %>%
ps_detailed(segment_coverage = 0.2,
classification = "quartile")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.