plot_norm {critpath} | R Documentation |
The cumulative distribution function of the normal distribution
Description
The cumulative distribution function of the normal distribution
Usage
plot_norm(yourlist)
Arguments
yourlist |
List of objects making up the solution to the project management problem |
Value
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.
Examples
y <- solve_pathAOA(pertexample1, deterministic = FALSE)
plot_norm(y)
[Package critpath version 0.2.2 Index]