Description Usage Arguments Value
View source: R/parallel_decision_tree.R
Based on code from here: https://www.r-bloggers.com/how-to-go-parallel-in-r-basics-tips/
| 1 2 | parallel_decision_tree(scenario_params, interv, folders,
  out_datatree = FALSE)
 | 
| scenario_params | list of dataframes of cost and probability values | 
| interv | list of fixed policy parameters | 
| folders | list os strings of locations for data and plots | 
| out_datatree | include in return and save data.tree object; default: FALSE | 
List of decision_tree_cluster outputs for each scenario
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.