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)
#> ℹ [2025-09-07 13:59:29] Running for <dense matrix>.
#> ℹ [2025-09-07 13:59:29] Checking input parameters.
#> ℹ [2025-09-07 13:59:29] Using L0 sparse regression model.
#> ℹ [2025-09-07 13:59:29] Using 1 core
#> ℹ [2025-09-07 13:59:30] Building results
#> ✔ [2025-09-07 13:59:30] Run done.
plot_contrast_networks(network_table[1:50, ])