Learn R Programming

inventorize (version 1.1.1)

TRC: TRC

Description

Identyfing Total relevant cost.

Usage

TRC(annualdemand, orderingcost, purchasecost, holdingrate, na.rm = TRUE)

Arguments

annualdemand

numeric annual demand of the SKU.

orderingcost

numeric ordering cost of the SKU.

purchasecost

numeric purchase cost of the SKU.

holdingrate

numeric holding rate of the SKU.

na.rm

logical, TRUE to remove na.

Examples

Run this code
# NOT RUN {
TRC(annualdemand=2500,orderingcost=250,purchasecost=98,
holdingrate=0.25,na.rm=TRUE)
# }

Run the code above in your browser using DataLab