Description Arguments Value See Also Examples
Given a detailed results dataframe and a specific scenario identifier, create a scatterplot of the number of loss events versus the total amount of expected annual loss expected for each simulation. This provides a detailed view on the results for a particular scenario.
| simulation_results | Simulation results from  | 
| scenario_id | ID of the scenario to display. | 
A ggplot object.
Other result graphs: 
exposure_histogram(),
generate_event_outcomes_plot(),
generate_heatmap(),
loss_exceedance_curve(),
loss_scatterplot()
| 1 2 3 4 5 | ## Not run: 
data(mc_simulation_results)
generate_scatterplot(mc_simulation_results, scenario_id = "RS-50")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.