plot | R Documentation |
Visualize metric
## S3 method for class 'activity_frequency'
plot(x, ...)
## S3 method for class 'activity_presence'
plot(x, ...)
## S3 method for class 'end_activities'
plot(x, ...)
## S3 method for class 'idle_time'
plot(x, ...)
## S3 method for class 'processing_time'
plot(x, ...)
## S3 method for class 'referral_matrix'
plot(x, ...)
## S3 method for class 'resource_frequency'
plot(x, ...)
## S3 method for class 'resource_involvement'
plot(x, ...)
## S3 method for class 'resource_specialisation'
plot(x, ...)
## S3 method for class 'start_activities'
plot(x, ...)
## S3 method for class 'throughput_time'
plot(x, ...)
## S3 method for class 'trace_coverage'
plot(x, ...)
## S3 method for class 'trace_length'
plot(x, ...)
## S3 method for class 'number_of_selfloops'
plot(x, ...)
## S3 method for class 'number_of_repetitions'
plot(x, ...)
x |
Data to plot |
... |
Additional variables |
A ggplot object, which can be customized further, if deemed necessary.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.