Rdocumentation
powered by
Learn R Programming
simmer (version 3.2.0)
get_n_generated: Get the number of arrivals generated
Description
Gets the number of arrivals generated by a generator by name.
Usage
get_n_generated(env, name)
Arguments
env
the simulation environment.
name
the name of the generator.
Value
Returns a numeric value.
See Also
Other methods to deal with a simulation environment:
simmer
,
reset
,
now
,
peek
,
onestep
,
run
,
add_resource
,
add_generator
,
get_mon_arrivals
,
get_mon_attributes
,
get_mon_resources
,
get_capacity
,
get_queue_size
,
get_server_count
,
get_queue_count
.