If you would like to keep the results your last SWAP model run, and/or the
setup itself, you should use this function. You need to pass it the
project_path
of the last run project. To give your saved setup a name, pass
one via the run_name
parameter.
save_run(project_path, run_name = NULL, verbose = F)
path to the project directory (string)
name of run to be saved. default is "rswap_time,date" (string)
print status? (flag)
Once a run has been saved, it can be compared to other saved runs, and/or the
next run you perform. This can be done with functions such as
comparative_plot()
or plot_statistics()