Financial Risk Visualization via Expected Loss and Exposure Plot
Source:R/plot_expected_loss.R
pipeline_crispy_expected_loss_plot.RdGenerates a plot that visualizes financial risk by showcasing expected losses and exposure across different segments. It preprocesses data for visual representation and uses faceting to provide insights into risk distribution across specified categories, aiding in targeted risk mitigation strategies.
Usage
pipeline_crispy_expected_loss_plot(
analysis_data,
facet_var = "sector",
granularity = c("sector")
)