Plot the usage of a resource over the simulation time frame.
plot_resource_usage(envs, resource_name, items = c("queue", "server",
"system"), steps = FALSE)
a single simmer environment or a list of environments representing several replications.
the name of the resource (character value).
the components of the resource to be plotted.
adds the changes in the resource usage.
a ggplot2 object.
plot_resource_utilization, plot_evolution_arrival_times, plot_attributes.