View source: R/extractSimulationResults.R
extractSimulationResults | R Documentation |
Given a list of result environments returned by babsimHospital
, extract and summarize resource usage for each day.
If the resource usage fluctuates during the day, the maximum usage is reported.
extractSimulationResults(envs, conf)
envs |
List of simulation environments |
conf |
Configuration for simulation runs in |
A data.table
with columns
date
Day on which the resource is required.
resource
The resource required.
replication
From which replication the result stems.
count
Number of units of resource
in use.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.