run_simstrat | R Documentation |
This runs the Simstrat model on the specific simulation stored in sim_folder
.
The specified sim_folder
must contain a valid .par file.
run_simstrat(sim_folder = ".", par_file = "simstrat.par", verbose = FALSE)
sim_folder |
the directory where simulation files are contained |
par_file |
the parameter file that needs to be run |
verbose |
Save output as character vector. Defaults to FALSE |
Jorrit Mesman, Tadhg Moore
sim_folder <- system.file("extdata", package = "SimstratR") run_simstrat(sim_folder, par_file = "simstrat.par")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.