| getGantt | R Documentation | 
Get Gantt charts from rezrObj.
getGantt(
  rezrObj,
  x = "token",
  y = "participant",
  obj = "unit",
  thickness = 12,
  stacking = "Turn"
)
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".  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.