ganttStatus | R Documentation |
ganttStatus
Internal function assign the "status" of each event to be passed to DiagrammeR::mermaid()
to make a Gantt chart representing the events in a completed simulation.
init
events are set as "done"; plot
events as "critical"; and all others as "active".
ganttStatus(eventType)
## S4 method for signature 'character'
ganttStatus(eventType)
eventType |
Character vector of events. |
A character vector.
Alex Chubaty
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.