Learn R Programming

simmer (version 3.0.0)

release: Add a release activity

Description

Adds a new activity capable of releasing a resource to the tail of a trajectory.

Usage

release(traj, resource, amount)

Arguments

traj

the trajectory object.

resource

the name of the resource.

amount

the amount to release.

Value

The trajectory object.

See Also

Other methods to deal with trajectories: create_trajectory, show_trajectory, get_head, get_tail, get_n_activities, seize, timeout, branch.