monte_carlo | R Documentation |
Monte carlo runs n_simulations and calls the callback function each time with the ... optional args
monte_carlo(n_simulations, callback, ...)
n_simulations |
Number of simulations to run |
callback |
Function to call each simulation |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.