plot {edeaR} | R Documentation |
Plot Methods
Description
Visualize metric
Usage
## 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, ...)
Arguments
x |
Data to plot |
... |
Additional variables |
Value
A ggplot object, which can be customized further, if deemed necessary.
[Package edeaR version 0.9.4 Index]