View source: R/criticalpath_methodsAOE.R
plot_asap | R Documentation |
An ASAP chart
plot_asap(yourlist, show_dummy = FALSE, bar_size = 10)
yourlist |
List of objects that make up the solution to the project management problem. |
show_dummy |
Decides whether dummy activities should be included in the chart. If so, set it to TRUE (set to FALSE by default). |
bar_size |
Thickness of the bar drawn for activity (set to 10 by default). |
Draws an ASAP (activities start and finish As Soon As Possible) chart broken down into critical ("CR") and non-critical ("NC") activities. Marks total floats.
x <- solve_pathAOA(cpmexample1, deterministic = TRUE)
plot_asap(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.