View source: R/distributions.R
generation | R Documentation |
3 distributions are currently available: normal, student, discrete, gumbel. In addition, gen("hepl") provides information about how to call the optional parameters
generation(law, n, m, param)
law |
The distribution generating the matrix |
n |
The number rows |
m |
The number of columns |
generation("student", 10, 5, param=list(location=rep(100, 5)))
generation("help")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.