gantt_plot.Rd
This function creates a Gantt plot with the help of ggplot and plotly.
gantt_plot(df, x, xend, split_var, title, position_label_y)
A data frame containing the data to be plotted.
A string specifying the column name to be used as the x-axis variable.
A string specifying the column name to be used as the end of the x-axis variable.
A string specifying the column name to be used as the splitting variable.
A string specifying the title of the plot.
A string specifying the position of y-axis labels.
A Gantt plot.