Learn R Programming

simmer (version 3.1.2.9000)

reset: Reset a simulator

Description

Resets the following components of a simulation environment: time, event queue, resources, generators and statistics.

Usage

reset(env)

Arguments

env

the simulation environment.

Value

Returns the simulation environment.

See Also

Other methods to deal with a simulation environment: simmer, now, peek, onestep, run, add_resource, add_generator, get_mon_arrivals, get_mon_attributes, get_mon_resources, get_n_generated, get_capacity, get_queue_size, get_server_count, get_queue_count.