Learn R Programming

TapeS (version 0.14.1)

fnMultipleFixL: optimise fixed length assortment with 2 or more possible assortment length

Description

optimise fixed length assortment with 2 or more possible assortment length

Usage

fnMultipleFixL(actl, fixN, fixM, fixA)

Value

a vector with optimal fixed assortment length

Arguments

actl

actual remaining length of stem for assortment

fixN

maximum number of fixed length assortments

fixM

vector of multiple fixed assortment length's

fixA

fixed length assortment add-on

Examples

Run this code
actl <- 15
fixN <- 3
fixM <- c(5, 3)
fixA <- 0.1
fnMultipleFixL(actl, fixN, fixM, fixA)

Run the code above in your browser using DataLab