Skip to contents

Creates heatmap visualizations of transfer entropy matrices to show the intensity and direction of information flows between countries.

Usage

create_te_heatmaps(
  te_matrices,
  periods = c("Pre_Crisis", "Crisis", "Post_Crisis"),
  quantile = "Q0.1"
)

Arguments

te_matrices

Named list of transfer entropy matrices

periods

Character vector of periods to visualize

quantile

Character string specifying quantile to focus on

Value

Named list of ggplot heatmap objects

Examples

if (FALSE) { # \dontrun{
heatmaps <- create_te_heatmaps(te_matrices)
gridExtra::grid.arrange(grobs = heatmaps, ncol = 3)
} # }