adj_plot: Plot network adjacency matrix

View source: R/NetPlot.R

adj_plotR Documentation

Plot network adjacency matrix

Description

Plot network adjacency matrix

Usage

adj_plot(graph)

Arguments

graph

an igraph object

Examples


set.seed(12345)
graph <- netgen()
adj_plot(graph)



EcoNetGen documentation built on Aug. 27, 2023, 9:07 a.m.