Learn R Programming

evaluator (version 0.4.3)

loss_exceedance_curve: Display the loss exceedance curve for a group of one or more scenarios

Description

Display the loss exceedance curve for a group of one or more scenarios

Usage

loss_exceedance_curve(iteration_results)

Arguments

iteration_results

Iteration-level summary from summarize_iterations.

Value

A ggplot object.

See Also

Other result graphs: exposure_histogram(), generate_event_outcomes_plot(), generate_heatmap(), generate_scatterplot-deprecated, loss_scatterplot()

Examples

Run this code
# NOT RUN {
data(mc_simulation_results)
summarize_iterations(mc_simulation_results$results) %>% loss_exceedance_curve()
# }

Run the code above in your browser using DataLab