ganttStatus: 'ganttStatus'

ganttStatusR Documentation

ganttStatus

Description

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".

Usage

ganttStatus(eventType)

## S4 method for signature 'character'
ganttStatus(eventType)

Arguments

eventType

Character vector of events.

Value

A character vector.

Author(s)

Alex Chubaty


PredictiveEcology/SpaDES.core documentation built on April 27, 2024, 1:15 p.m.