resSimCosineContinue | R Documentation |
Simulate results, possibly from given initial state
resSimCosineContinue(E0 = NULL, n, params)
E0 |
Optional argument - A list with results from a previous simulation |
n |
Number of samples to generate. |
params |
names list of parameters (output of 'listParams()'). |
same as resSimCosine
params <- exampleParams() R <- resSimCosine(n=100, params = params) R2 <- resSimCosineContinue(E0 = R, n = 100, params = params)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.