View source: R/plotting_functions.R
plot_weight_distribution | R Documentation |
Plot weight distribution
plot_weight_distribution(
network_table,
binwidth = 0.01,
show_border = FALSE,
border_color = "black",
alpha = 1,
theme = "viridis",
theme_begin = 0,
theme_end = 0.5,
theme_direction = -1,
legend_position = "right"
)
network_table |
The weight data table of network. |
binwidth |
Width of the bins. |
show_border |
Logical value, whether to show border of the bins. |
border_color |
Color of the border. |
alpha |
Alpha value of the bins. |
theme |
Theme of the bins. |
theme_begin |
Begin value of the theme. |
theme_end |
End value of the theme. |
theme_direction |
Direction of the theme. |
legend_position |
The position of legend. |
ggplot object
data("example_matrix")
network_table <- inferCSN(example_matrix)
plot_weight_distribution(network_table)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.