Generate Exposure Change and Value Loss Plot
Source:R/plot_exposure_change.R
draw_exposure_change_plot.RdConstructs the final plot visualizing sector/category-wise changes in financial exposure and value losses, using a combination of bar and tile geoms to represent data points and their positive/negative changes. Faceting can be applied for more detailed analysis. This function integrates aesthetic elements and scales to effectively communicate the financial impact.
Usage
draw_exposure_change_plot(
data_exposure_change,
x_var,
y_exposure_var,
y_value_loss_var,
facet_var = NULL
)