Learn R Programming

⚠️There's a newer version (4.4.7) of this package.Take me there.

simmer (version 3.2.0)

Just Let it Simmer

Description

Discrete-Event Simulation (DES) package for R.

Copy Link

Version

Install

install.packages('simmer')

Monthly Downloads

1,403

Version

3.2.0

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Iaki Ucar

Last Published

April 4th, 2016

Functions in simmer (3.2.0)

now

Get the current time
add_generator

Add a generator
from

Generate arrivals starting at a specified time
seize

Add a seize activity
reexports

Objects exported from other packages
get_head

Get the first activity
from_to

Generate arrivals starting and stopping at specified times
get_queue_count

Get the queue count
to

Generate arrivals stopping at a specified time
every

Arrivals every specific interval
add_resource

Add a resource
release

Add a release activity
get_mon_arrivals

Get arrival statistics
get_mon_resources

Get resource statistics
create_trajectory

Create a trajectory
wrap

Wrap a simulation environment
at

Arrivals at specific times
get_n_generated

Get the number of arrivals generated
get_mon_attributes

Get attribute statistics
get_n_activities

Get the number of activities
run

Run the simulation
simmer

Create a simulator
get_prev_activity

Get the previous activity
branch

Add a branch activity
timeout

Add a timeout activity
needs_attrs

Checks if attributes should be supplied
reset

Reset a simulator
get_capacity

Get the capacity
onestep

Step the simulation
plot_resource_utilization

Plot utilization of resources
get_tail

Get the last activity
peek

Peek the next event's time
rollback

Add a rollback activity
print_activity

Print an activity
set_attribute

Add a set attribute activity
plot_attributes

Plot evolution of attribute data
get_queue_size

Get the queue size
get_next_activity

Get the next activity
plot_evolution_arrival_times

Plot evolution of arrival times
get_server_count

Get the server count
plot_resource_usage

Plot usage of a resource over time