plot_network_heatmap {EGAD} | R Documentation |
The function draws a heatmap to visualize a network
plot_network_heatmap(net, colrs)
net |
a numeric matrix of edge weights |
colrs |
a range of colors to plot the network |
null
network <- cor(matrix( rnorm(10000), nrow=100)) plot_network_heatmap(network)