Skip to contents

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"
)

Arguments

te_matrices

Named list of transfer entropy matrices

threshold

Minimum TE value for network connections (default = 0.02)

layout

Character string specifying network layout algorithm

title_prefix

Character string for plot titles

Value

Named list of ggplot objects for each period

Examples

if (FALSE) { # \dontrun{
network_plots <- create_network_comparison(te_matrices)
print(network_plots$Pre_Crisis)
} # }