View source: R/simulation-class.R
save_simulation | R Documentation |
Saves an object of class Simulation
to
sim@dir/files/sim@name.Rdata. Note: while "files" is the default, the name
of this directory is from getOption("simulator.files"), which is the value of
getOption("simulator.files") when the model was created.
save_simulation(sim)
sim |
an object of class |
This function overwrites any pre-existing file in that location without apology.
new_simulation
load_simulation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.