fnMultipleFixL | R Documentation |
optimise fixed length assortment with 2 or more possible assortment length
fnMultipleFixL(actl, fixN, fixM, fixA)
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 |
a vector with optimal fixed assortment length
actl <- 15
fixN <- 3
fixM <- c(5, 3)
fixA <- 0.1
fnMultipleFixL(actl, fixN, fixM, fixA)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.