Plot contrast networks
Usage
plot_contrast_networks(
network_table,
degree_value = 0,
weight_value = 0,
legend_position = "bottom"
)Examples
data(example_matrix)
network_table <- inferCSN(example_matrix)
#> ℹ [2026-08-31 02:40:00] Inferring network for <matrix/array>...
#> ◌ [2026-08-31 02:40:00] Checking parameters...
#> ✔ [2026-08-31 02:40:00] Inferring network done
#> ℹ [2026-08-31 02:40:00] Network information:
#> ℹ Edges Regulators Targets
#> ℹ 1 12 6 6
plot_contrast_networks(utils::head(network_table, 50))