plot.Rd
Visualize metric
# S3 method for activity_frequency plot(x, ...) # S3 method for activity_presence plot(x, ...) # S3 method for end_activities plot(x, ...) # S3 method for idle_time plot(x, ...) # S3 method for processing_time plot(x, ...) # S3 method for referral_matrix plot(x, ...) # S3 method for resource_frequency plot(x, ...) # S3 method for resource_involvement plot(x, ...) # S3 method for resource_specialisation plot(x, ...) # S3 method for start_activities plot(x, ...) # S3 method for throughput_time plot(x, ...) # S3 method for trace_coverage plot(x, ...) # S3 method for trace_length plot(x, ...) # S3 method for number_of_selfloops plot(x, ...) # S3 method for number_of_repetitions plot(x, ...)
x | Data to plot |
---|---|
... | Additional variables |
A ggplot object, which can be customized further, if deemed necessary.