Creates comprehensive network visualization plots showing the evolution of financial networks across different crisis periods.
Usage
create_network_comparison(
te_matrices,
threshold = 0.02,
layout = "fr",
title_prefix = "Financial Contagion Network"
)
Examples
if (FALSE) { # \dontrun{
network_plots <- create_network_comparison(te_matrices)
print(network_plots$Pre_Crisis)
} # }