Learn R Programming

EcoNetGen (version 0.2.2)

adj_plot: Plot network adjacency matrix

Description

Plot network adjacency matrix

Usage

adj_plot(graph)

Arguments

graph

an igraph object

Examples

Run this code
# NOT RUN {
set.seed(12345)
graph <- netgen()
adj_plot(graph)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab