Description Usage Arguments Value Author(s) Examples
View source: R/methylInheritanceSimInternalMethods.R
Fix seed value when specified value is -1.
1 | fixSeed(vSeed)
|
vSeed |
a |
a double
, the seed value.
Pascal Belleau, Astrid Deschenes
1 2 3 4 5 | ## Return vSeed value when value is not -1
methInheritSim:::fixSeed(vSeed = 10)
## Return new value when value is -1
methInheritSim:::fixSeed(vSeed = -1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.