.set_seed {BayesFluxR} | R Documentation |
Set a seed both in Julia and R
Description
Set a seed both in Julia and R
Usage
.set_seed(seed)
Arguments
seed |
seed to be used |
Value
No return value, called for side effects.
Examples
## Not run:
## Needs previous call to `BayesFluxR_setup` which is time
## consuming and requires Julia and BayesFlux.jl
BayesFluxR_setup(installJulia=TRUE, seed=123)
.set_seed(123)
## End(Not run)
[Package BayesFluxR version 0.1.3 Index]