Description Usage Arguments Value
View source: R/splat-simulate.R
Randomly generate multiplication factors from a log-normal distribution.
1 | getLNormFactors(n.facs, sel.prob, neg.prob, fac.loc, fac.scale)
|
n.facs |
Number of factors to generate. |
sel.prob |
Probability that a factor will be selected to be different from 1. |
neg.prob |
Probability that a selected factor is less than one. |
fac.loc |
Location parameter for the log-normal distribution. |
fac.scale |
Scale factor for the log-normal distribution. |
Vector containing generated factors.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.