Skip to contents

Plot Spillover Heatmap

Usage

plot_spillover_heatmap(spillover_matrix, title = "Spillover Analysis")

Arguments

spillover_matrix

Matrix of spillover values

title

Plot title

Value

ggplot object

Examples

if (FALSE) { # \dontrun{
spillover_plot <- plot_spillover_heatmap(spillover_matrix)
} # }