combine_runs: This function is used to combine model output from different...

Description Usage Arguments Value See Also Examples

View source: R/combine-runs.R

Description

This function is used to combine model output from different simulations!

Usage

1
combine_runs(outs, runs)

Arguments

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.

Value

Named list with the the same format as in 'preprocess()'. Each dataframe has an additional column run.

See Also

Other combine functions: combine_groups

Examples

1
2
3
4
5
outs <- list(preprocess, preprocess)
runs <- c("run1", "run2")
test <- combine_runs(outs, runs)
names(test[[1]])
head(test[[1]])

atlantistools documentation built on Aug. 16, 2017, 9:05 a.m.