.set_seed | R Documentation |
Set a seed both in Julia and R
.set_seed(seed)
seed |
seed to be used |
No return value, called for side effects.
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.