Learn R Programming

critpath (version 0.2.2)

plot_norm: The cumulative distribution function of the normal distribution

Description

The cumulative distribution function of the normal distribution

Usage

plot_norm(yourlist)

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.

Arguments

yourlist

List of objects making up the solution to the project management problem

Examples

Run this code
y <- solve_pathAOA(pertexample1, deterministic = FALSE)
plot_norm(y)

Run the code above in your browser using DataLab