# generovani krychli source("functions.R"); set.seed(123002); for (d in 5:12) { for (i in 1:3) { krychle(d,i); } }