show_scenario | R Documentation |
Visualizes the attribute values of a provided scenario. For each attribute, a bar is plotted, and the maximum possible value is highlighted.
show_scenario(scenario, tree, label_y = TRUE, modify_par = TRUE)
scenario |
Scenario data to visualize. |
tree |
Associated |
label_y |
|
modify_par |
|
No return value, called for side effects
evaluate_scenario
tree <- dexisensitivity::masc2
option <- create_options(tree, num_options=1, seed = 42)
scenario <- evaluate_scenario(tree, option)
show_scenario(as.matrix(scenario), tree = tree, label_y = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.