new_sim | R Documentation |
Create a new simulation object. This is typically the first function to be called when running a simulation using SimEngine. Most other SimEngine functions take a simulation object as their first argument.
new_sim()
A simulation object, of class sim_obj
Visit https://avi-kenny.github.io/SimEngine/ for more information on how to use the SimEngine simulation framework.
sim <- new_sim()
print(sim)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.