Rdocumentation
powered by
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
Link to current version
Version
Version
4.4.7
4.4.6.4
4.4.6.3
4.4.6.2
4.4.6.1
4.4.6
4.4.5
4.4.4
4.4.3
4.4.2
4.4.1
4.4.0
4.3.0
4.2.2
4.2.1
4.2.0
4.1.0
4.0.1
4.0.0
3.8.0
3.7.0.9000
3.7.0
3.6.5.9000
3.6.5
3.6.4.9000
3.6.4
3.6.3.9000
3.6.3
3.6.2.9000
3.6.2
3.6.1.9000
3.6.0.9000
3.6.0
3.5.1.9000
3.5.1
3.5.0.9000
3.5.0
3.4.4.9000
3.4.4
3.4.3.9000
3.4.3
3.4.2.9000
3.4.1.9000
3.4.1
3.4.0.9000
3.4.0
3.3.0.9000
3.3.0
3.2.1.9000
3.2.1
3.2.0.9000
3.2.0
3.1.2.9000
3.1.2
3.1.1
3.1.0
3.0.1
3.0.0
2.0
Install
install.packages('simmer')
Monthly Downloads
1,403
Version
3.2.0
License
MIT + file LICENSE
Issues
16
Pull Requests
0
Stars
226
Forks
42
Repository
https://github.com/Enchufa2/simmer
Maintainer
Iaki Ucar
Last Published
April 4th, 2016
Functions in simmer (3.2.0)
Search all functions
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