Plot contrast networks
plot_contrast_networks(
network_table,
degree_value = 0,
weight_value = 0,
legend_position = "bottom"
)
A ggplot2 object
data("example_matrix")
network_table <- inferCSN(example_matrix)
#> ℹ [2025-05-28 02:35:20] Running for <dense matrix>.
#> ℹ [2025-05-28 02:35:20] Checking input parameters.
#> ℹ [2025-05-28 02:35:20] Using L0 sparse regression model.
#> ℹ [2025-05-28 02:35:20] Using 1 core
#> ✔ [2025-05-28 02:35:20] Run done.
plot_contrast_networks(network_table[1:50, ])