Generates visualizations comparing edges of two networks.
plot_edges_comparison(
network_table,
ground_truth,
color_pattern = list(predicted = "gray", ground_truth = "#bb141a", overlap = "#1966ad",
total = "#6C757D")
)
A data frame of predicted network structure.
A data frame of ground truth network.
A list of colors for different categories, with default values:
*`predicted`* - Color for predicted edges (*`gray`*)
*`ground_truth`* - Color for ground truth edges (*`#bb141a`*)
*`overlap`* - Color for overlapping edges (*`#1966ad`*)
*`total`* - Color for total counts (*`#6C757D`*)
A patchwork plot object containing network edge comparison and distribution plots