ganttPlotEventLists: Gantt Plot of Event Lists

View source: R/eventPlot.R

ganttPlotEventListsR Documentation

Gantt Plot of Event Lists

Description

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


KWB-R/kwb.event documentation built on June 14, 2022, 1:15 p.m.