Histogram of edge weights in a network.
Usage
plot_edge_weights(
x,
normalize = FALSE,
bins = NULL,
log = "",
directed = NULL,
col = "steelblue",
border = "white",
main = "Edge Weight Distribution",
xlab = "Weight",
...
)Arguments
- x
Network input: matrix, igraph, network, cograph_network, or tna.
- normalize
Logical. Show proportions. Default FALSE.
- bins
Integer or NULL. Number of bins. Default NULL (auto).
- log
Character. Log scaling. Default
"".- directed
Logical or NULL. Default NULL (auto-detect).
- col
Fill color. Default
"steelblue".- border
Border color. Default
"white".- main
Title. Default
"Edge Weight Distribution".- xlab
X-axis label. Default
"Weight".- ...
Additional arguments passed to
barplot.

