Description Usage Arguments Value Examples
View source: R/plot_network_heatmap.R
The function draws a heatmap to visualize a network
1 | plot_network_heatmap(net, colrs)
|
net |
a numeric matrix of edge weights |
colrs |
a range of colors to plot the network |
null
1 2 | network <- cor(matrix( rnorm(10000), nrow=100))
plot_network_heatmap(network)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.