Learn R Programming

simmer (version 3.5.1)

plot_resource_utilization: Plot utilization of resources

Description

Plot the utilization of specified resources in the simulation.

Usage

plot_resource_utilization(envs, resources)

Arguments

envs
a single simmer environment or a list of environments representing several replications.
resources
a character vector with at least one resource specified - e.g. "c('res1','res2')".

Value

Returns a ggplot2 object.

See Also

plot_resource_usage, plot_evolution_arrival_times, plot_attributes.