Gantt chart of a schedule
| 1 2 3 4 5 6 | ## S4 method for signature 'TaskSchedule,missing'
plot(x, blockHeight = 0.25,
  main = "schedule plot", xlab = "Time (seconds)",
  ylab = "Processor", evalColor = "gray", sendColor = "orchid",
  receiveColor = "slateblue", labelTransfer = TRUE, labelExpr = NULL,
  rectAes = list(density = NA, border = "black", lwd = 2), ...)
 | 
| x | TaskSchedule | 
| blockHeight | height of rectangle, between 0 and 0.5 | 
| main | title | 
| xlab | x axis label | 
| ylab | y ayis label | 
| evalColor | color for evaluation blocks | 
| sendColor | color for send blocks | 
| receiveColor | color for receive blocks | 
| labelTransfer | add labels for transfer arrows | 
| labelExpr | NULL to use default numbering labels, FALSE to suppress labels, or a character vector of custom labels. | 
| rectAes | list of additional arguments for
 | 
| ... | additional arguments to  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.