| replicate2 | R Documentation | 
‘replicate’ is a wrapper for the common use of ‘mclapply2’ for repeated evaluation of an expression (which will usually involve random number generation).
replicate2(n, expr)
| n | integer: the number of replications. | 
| expr | the expression (a language object, usually a call) to evaluate repeatedly. | 
An atomic vector or matrix or list of the same length as n.
float
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.