R/methods.R

Defines functions print.inventory

#### Prints of smooth ####
#' @export
print.inventory <- function(x, ...){
    cat(paste0("Achieved Service Level is:", round(x$CSL,3),"\n"));
    cat(paste0("Total Costs:", round(x$TC,3),"\n"));
    # cat(paste0("Bullwhip effect:", x$varOrders/x$varOriginal,"\n"));
}
config-i1/inventory documentation built on May 13, 2019, 9:55 p.m.