getGantt: Get Gantt charts from rezrObj.

View source: R/viz.R

getGanttR Documentation

Get Gantt charts from rezrObj.

Description

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


johnwdubois/rezonateR documentation built on Nov. 19, 2024, 11:17 p.m.