adj_plot function

Plot network adjacency matrix

Plot network adjacency matrix

adj_plot(graph)

Arguments

  • graph: an igraph object

Examples

set.seed(12345) graph <- netgen() adj_plot(graph)
  • Maintainer: Carl Boettiger
  • License: GPL-3
  • Last published: 2023-08-27