Description Usage Arguments Value See Also Examples
This function is used to combine model output from different simulations!
| 1 | combine_runs(outs, runs)
 | 
| outs | List of preprocessed Atlantis simulations. Each entry is a list generated with 'preprocess()'. | 
| runs | Vector of character strings giving the name of each simulation settings. | 
Named list with the the same format as in 'preprocess()'. Each dataframe has an additional column run.
Other combine functions: 
combine_groups()
| 1 2 3 4 5 | outs <- list(preprocess, preprocess)
runs <- c("run1", "run2")
test <- combine_runs(outs, runs)
names(test[[1]])
head(test[[1]])
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.