Simulation event diagram shiny module
simEventDiagramUI(id) simEventDiagram(input, output, session, sim)
| id | An id string that corresponds with the id used to call the module's UI function. |
|---|---|
| input | shiny server input object |
| output | shiny server output object |
| session | shiny server session object |
| sim | A |