powered by
A Gantt chart
plot_gantt(yourlist, show_dummy = FALSE, bar_size = 10)
Draws a Gantt chart broken down into critical ("CR") and non-critical ("NC") activities. Marks total floats.
List of objects that make up the solution to the project management problem.
Decides whether dummy activities should be included in the chart. If so, set it to TRUE (set to FALSE by default).
Thickness of the bar drawn for activity (set to 10 by default).
x <- solve_pathAOA(cpmexample1, deterministic = TRUE) plot_gantt(x)
Run the code above in your browser using DataLab