rnd_trans_vec: Random translation vector

Description Usage Arguments Examples

Description

Random translation vector

Usage

1
rnd_trans_vec(coef_ = 1)

Arguments

coef_

Examples

1
2
3
4
5
6
7
8
9
##---- 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_
  }

conmolfields documentation built on May 2, 2019, 4:18 p.m.