Learn R Programming

simmer (version 3.2.1.9000)

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("flow_time", "activity_time",
  "waiting_time"))

Arguments

envs

a single simmer environment or a list of environments representing several replications.

type

one of c("flow_time","activity_time","waiting_time").

Value

a ggplot2 object.

See Also

plot_resource_usage, plot_resource_utilization, plot_attributes.