rnd_trans_vec {conmolfields} | R Documentation |
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_ }