View source: R/criticalpath_methodsAOE.R
plot_norm | R Documentation |
The cumulative distribution function of the normal distribution
plot_norm(yourlist)
yourlist |
List of objects making up the solution to the project management problem |
Draws a graph of the normal distribution with the expected directive term from the PERT method and the standard deviation for this term. The chart also includes lines indicating the schedules of the risk-taker and the belayer.
y <- solve_pathAOA(pertexample1, deterministic = FALSE)
plot_norm(y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.