Description Usage Arguments Value Examples
Simulate a multi-head weighting machine producing a box of pralines the result of the simulation is a data.frame containing the weight and numbers of praline for each box simulated
1 | simulateMH(source, target, declared, min.pcs, step = 1000)
|
source |
vector with the weight of the single praline |
target |
the target weight of the multi-head machine |
declared |
declared weight of the box (unused) |
min.pcs |
declared pieces of the box (unused) |
step |
simulation steps, number of pack to be simulated |
data.frame width data simulation results
1 2 | # dati <- dati <- rnorm(100, 10.1, 0.5)
# b <- simulateMH(dati, 152, 150, 15)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.