powered by
This function is used to combine model output from different simulations!
combine_runs(outs, runs)
List of preprocessed Atlantis simulations. Each entry is a list generated with `preprocess()`.
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
combine_groups
# NOT RUN { outs <- list(preprocess, preprocess) runs <- c("run1", "run2") test <- combine_runs(outs, runs) names(test[[1]]) head(test[[1]]) # }
Run the code above in your browser using DataLab