Plot event lists, one above the other
Usage
ganttPlotEventLists(
eventLists,
margin.top = 0.8,
time.format = NULL,
n.xticks = 10,
showLabels = TRUE,
...
)
Arguments
- eventLists
list of data frames containing events (containing columns tBeg, tBeg, as returned by
hsEvents
)- margin.top
top margin as a fraction of the total plot height
- time.format
passed to
addTimeAxis
- n.xticks
passed to
addTimeAxis
- showLabels
passed to
ganttPlotEvents
- ...
further arguments passed to ganttPlotEvents