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
dateDay on which the resource is required.
resourceThe resource required.
replicationFrom which replication the result stems.
countNumber of units of resource in use.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.