Create Consolidation Comparison Plot
Source:R/ggraph_transitions.R
dot-create_consolidation_comparison_plot.RdInternal helper to create side-by-side comparison of raw vs consolidated networks.
Usage
.create_consolidation_comparison_plot(
pipeline_data,
layout,
node_size_var,
edge_width_var,
node_color_var,
min_edge_weight,
node_size_range,
edge_width_range,
edge_alpha,
node_alpha,
show_labels,
label_size,
label_repel,
palette,
use_bw,
directed,
show_edge_labels,
accessibility_mode,
consolidation_type,
title,
subtitle
)