save_scenarios | R Documentation |
Stores the results of scenario evaluations into a file for later analysis.
save_scenarios(scenarios_results, file_name)
scenarios_results |
List of |
file_name |
A |
No return value, called for side effects
tree <- dexisensitivity::masc2
option <- create_options(tree, num_options=3, seed = 42)
scenarios <- evaluate_scenarios(tree, option)
save_scenarios(scenarios,paste0(tempdir(),"\\save_scenarios.tab"))
file.remove(paste0(tempdir(),"\\save_scenarios.tab"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.