plot_network_heatmap: Plot network heatmap

Description Usage Arguments Value Examples

View source: R/plot_network_heatmap.R

Description

The function draws a heatmap to visualize a network

Usage

1

Arguments

net

a numeric matrix of edge weights

colrs

a range of colors to plot the network

Value

null

Examples

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

EGAD documentation built on Nov. 8, 2020, 8:31 p.m.