Create configuration list

create_gantt_config(x_axis_text_size = 10, y_axis_text_size = 10,
  x_axis_label_position = "bottom", y_axis_label_position = "left",
  task_bar_color = "type", task_bar_width = 5,
  plot_title = "Gantt chart", plot_title_size = 15,
  stage_path = TRUE, control_path = TRUE, stage_arrows = TRUE,
  y_axis_color_by_stages = TRUE)

Arguments

x_axis_text_size

integer

y_axis_text_size

integer

x_axis_label_position

character one of following: top, bottom

y_axis_label_position

character one of following: left, right

task_bar_color

decides which column from type and

task_bar_width

integer

plot_title

character

plot_title_size

integer

stage_path

logical, whether path will be drawn between tasks with same stage

control_path

logical, whether path will be drawn between tasks with same control value

stage_arrows

logical, whether arrows denoting stages have to be drawn

y_axis_color_by_stages

integer

Details

If stage_path = TRUE and control_path = TRUE then path is drawn within stages and within control groups. \ If stage_path = FALSE and control_path = FALSE then no path is drawn