Learn R Programming

simmer (version 3.3.0.9000)

get_mon_arrivals: Get arrival statistics

Description

Gets the arrivals' monitored data (if any).

Usage

get_mon_arrivals(envs, per_resource = FALSE)

Arguments

envs

the simulation environment (or a list of environments).

per_resource

whether the activity should be reported on a per-resource basis (by default: FALSE).

Value

Returns a data frame.

See Also

Other methods for dealing with a simulation environment: simmer, reset, now, peek, onestep, run, add_resource, add_generator, get_mon_attributes, get_mon_resources, get_n_generated, get_capacity, get_queue_size, set_capacity, set_queue_size, get_server_count, get_queue_count.