Plot network adjacency matrix

adj_plot(graph)

Arguments

graph

an igraph object

Examples

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