Given a detailed results dataframe create a scatterplot of the number of loss events versus the total amount of expected annual loss for each simulation. This provides a detailed view on the results.
loss_scatterplot(simulation_result)
Simulation results from run_simulation
.
A ggplot object.
Other result graphs:
exposure_histogram()
,
generate_event_outcomes_plot()
,
generate_heatmap()
,
generate_scatterplot-deprecated
,
loss_exceedance_curve()
data(mc_simulation_results)
loss_scatterplot(mc_simulation_results$results[[1]])