Learn R Programming

simmer (version 3.5.1)

plot_evolution_arrival_times: Plot evolution of arrival times

Description

Plot the evolution of arrival related times (flow, activity and waiting time).

Usage

plot_evolution_arrival_times(envs, type = c("activity_time", "waiting_time", "flow_time"))

Arguments

envs
a single simmer environment or a list of environments representing several replications.
type
one of c("activity_time", "waiting_time", "flow_time").

Value

Returns a ggplot2 object.

See Also

plot_resource_usage, plot_resource_utilization, plot_attributes.