plot_TC: Total cost change plot

View source: R/lessAOA.R

plot_TCR Documentation

Total cost change plot

Description

Total cost change plot

Usage

plot_TC(your_list)

Arguments

your_list

List containing solved problem

Value

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

Examples

z <- solve_lessAOA(lessexample1, 50, 15)
plot_TC(z)

critpath documentation built on May 29, 2024, 2:13 a.m.