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)

sarbal/EGAD documentation built on May 5, 2021, 5:10 p.m.