plot_network_heatmap {EGAD}R Documentation

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

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


[Package EGAD version 1.14.0 Index]