
Plot the evolution of arrival related times (flow, activity and waiting time).
plot_evolution_arrival_times(envs, type = c("flow_time", "activity_time",
"waiting_time"))
a single simmer environment or a list of environments representing several replications.
one of c("flow_time","activity_time","waiting_time").
a ggplot2 object.
plot_resource_usage, plot_resource_utilization, plot_attributes.