Initialize is used to load required libraries and create any global variables that other integration points need
InitLoadCyneRgy.Rd
Performs initialization for all simulations that use R. This optional function will be executed before executing any of the other user-defined functions. It can be used for various reasons, such as: Setting seed for R environment Loading packages
Arguments
- Seed
An integer value to set the seed used in generating random numbers in R. Default is NULL.
- UserParam
A named list to pass custom scalar variables defined by users. Users should access the variables using names, for example UserParam$Var1. Default is NULL.