View source: R/network_visualization.R
plot_contrast_networks | R Documentation |
Plot contrast networks
plot_contrast_networks(
network_table,
degree_value = 0,
weight_value = 0,
legend_position = "bottom"
)
network_table |
The weight data table of network. |
degree_value |
Degree value to filter nodes. |
weight_value |
Weight value to filter edges. |
legend_position |
The position of legend. |
A ggplot2 object
data("example_matrix")
network_table <- inferCSN(example_matrix)
plot_contrast_networks(network_table[1:50, ])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.