rnd_trans_vec {conmolfields}R Documentation

Random translation vector

Description

Random translation vector

Usage

rnd_trans_vec(coef_ = 1)

Arguments

coef_

Examples

##---- 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_
  }

[Package conmolfields version 0.0-19 Index]