adj_plot {EcoNetGen}R 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)



[Package EcoNetGen version 0.2.4 Index]