edeaR (version 0.8.1)

plot: Plot Methods

Description

Visualize metric

Usage

# 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, ...)

Arguments

x

Data to plot

...

Additional variables

Value

A ggplot object, which can be customized further, if deemed necessary.