Skip to contents

Get Gantt charts from rezrObj.

Usage

getGantt(
  rezrObj,
  x = "token",
  y = "participant",
  obj = "unit",
  thickness = 12,
  stacking = "Turn"
)

Arguments

rezrObj

The rezrObj that the Gantt chart is to be created fromm

x

The unit of the x-axis (token, unit ...)

y

The unit of the y-axis (generally participant, I don't support anything else at the moment)

obj

What does each rectangle on the Gantt chart represent? By default, "unit", but can also be "stack".

thickness

Thickness of the rectangles.

stacking

The stacking that you would like the rectangles to be, if obj = "stack".