View source: R/combine_results.R
combine_results | R Documentation |
Combines the GAMs results that are saved in one (solve_level = 0
) or multiple (solve_level = 1
) gdx files into one single rds file, that can be
easily loaded into R. The file is saved in the processed_data/results
folder.
combine_results(param, cut = 1e-04, out = FALSE)
param |
Object of type |
cut |
numeric. Sets allocation smaller than a certain value to 0. The default is 0.0001 (1 m2). |
out |
logical; should the results be returned as output? |
## Not run:
combine_results(param)
#'
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.