Plot the usage of a resource over the simulation time frame.
plot_resource_usage(envs, resource_name, items = c("system", "queue",
"server"), 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.
Returns a ggplot2 object.
plot_resource_utilization
,
plot_evolution_arrival_times
, plot_attributes
.