ganttChart: Plot a Gantt-Chart

Description Usage Arguments

View source: R/ganttChart.R

Description

Plot a Gantt-Chart

Usage

1
2
3
4
5
6
7
8
ganttChart(
  excel_file,
  title = "Gantt-Chart",
  point_size = 5,
  date_breaks = "4 weeks",
  minor_breaks = "1 week",
  save = FALSE
)

Arguments

excel_file

The file containing the tasks and the corresponding dates

title

Title of the plot

point_size

Size of the points plotted in the Gantt-Chart

save

Save the plot as a .jpg file


dstuderov/linkPlot documentation built on Jan. 1, 2021, 12:08 a.m.