Learn R Programming

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

simmer (version 4.2.2)

Discrete-Event Simulation for R

Description

A process-oriented and trajectory-based Discrete-Event Simulation (DES) package for R. It is designed as a generic yet powerful framework. The architecture encloses a robust and fast simulation core written in 'C++' with automatic monitoring capabilities. It provides a rich and flexible R API that revolves around the concept of trajectory, a common path in the simulation model for entities of the same type. Documentation about 'simmer' is provided by several vignettes included in this package, via the paper by Ucar, Smeets & Azcorra (2018, ), and the paper by Ucar, Hernndez, Serrano & Azcorra (2018, ); see 'citation("simmer")' for details.

Copy Link

Version

Install

install.packages('simmer')

Monthly Downloads

993

Version

4.2.2

License

GPL (>= 2)

Issues

Pull Requests

Stars

Forks

Maintainer

I<c3><b1>aki Ucar

Last Published

March 14th, 2019

Functions in simmer (4.2.2)

get_n_generated

Get Process Parameters
get_sources

Get Sources and Resources Defined
reexports

Objects exported from other packages
renege_in

Renege on some Condition
simmer

Create a Simulator
timeout

Delay
Extract.trajectory

Extract or Replace Parts of a Trajectory
activate

Activate/Deactivate Sources
send

Inter-arrival Communication
add_dataframe

Add a Data Frame
log_

Debugging
set_attribute

Set Attributes
add_global

Add a Global Attribute
add_resource

Add a Resource
monitor

Create a Monitor
run

Run a Simulation
add_generator

Add a Generator
handle_unfinished

Handle Unfinished Arrivals
schedule

Generate a Scheduling Object
set_trajectory

Set Source Parameters
join

Join Trajectories
reset

Reset a Simulator
batch

Batch/Separate Arrivals
rollback

Rollback a Number of Activities
simmer-package

simmer: Discrete-Event Simulation for R
leave

Leave the Trajectory
length.trajectory

Number of Activities in a Trajectory
seize

Seize/Release Resources
select

Select Resources
branch

Fork the Trajectory Path
trajectory

Create a Trajectory
wrap

Wrap a Simulation Environment
get_capacity

Get Resource Parameters
get_mon

Monitoring Statistics
now

Simulation Time
peek

Peek Next Events
set_capacity

Set Resource Parameters
set_prioritization

Set Prioritization Values
clone

Clone/Synchronize Arrivals
generators

Convenience Functions for Generators