simulatePack: simulatePack

Description Usage Arguments Value Examples

View source: R/source_simulatePack.R

Description

Simulate the weight of a mixed box containing different product using the weight of all the single product

Usage

1
2
simulatePack(source, composition, declared, plotce = F, main = "Pesi medi",
  step = 1e+05)

Arguments

source

a data frame with the weight of the single praline

composition

a data frame with the composition of the pack

declared

declared weight

plotce

boolean, T if you want to plot T1 and T2, otherwise F

main

optional main title

step

simulation steps, number of pack to be simulated

Value

data list

Examples

1
2
# data(source, composition)
# simulatePack(source, composition, 136)

dan2cil/tecTools documentation built on Dec. 19, 2021, 8:04 p.m.