Random translation vector
rnd_trans_vec(coef_ = 1)
coef_ |
---|
##---- Should be DIRECTLY executable !! ---- ##-- ==> Define data, use random, ##-- or do help(data=index) for the standard data sets. ## The function is currently defined as function (coef_ = 1) { (runif(3) - 0.5) * coef_ }#> function (coef_ = 1) #> { #> (runif(3) - 0.5) * coef_ #> } #> <environment: 0x10fd279f0>