Learn R Programming

critpath (version 0.2.2)

plot_TC: Total cost change plot

Description

Total cost change plot

Usage

plot_TC(your_list)

Value

Based on the results of the LESS method, a graph of the total cost value of all iterations is created

Arguments

your_list

List containing solved problem

Examples

Run this code
z <- solve_lessAOA(lessexample1, 50, 15)
plot_TC(z)

Run the code above in your browser using DataLab