Learn R Programming

EGAD (version 1.0.3)

plot_network_heatmap: Plot network heatmap

Description

The function draws a heatmap to visualize a network

Usage

plot_network_heatmap(net, colrs)

Arguments

net
a numeric matrix of edge weights
colrs
a range of colors to plot the network

Value

null

Examples

Run this code
network <- cor(matrix( rnorm(10000), nrow=100))
plot_network_heatmap(network)

Run the code above in your browser using DataLab