plot_adjacency: Plot adjacency matrices

View source: R/Visualisation.R

plot_adjacencyR Documentation

Plot adjacency matrices

Description

A function to plot each adjacency matrices defined by the thrid dimension of an array, and plot the sum of all theses matrices.

Usage

plot_adjacency(A)

Arguments

A

an array with dim=c(N,N,V).

Value

None


mimiSBM documentation built on May 29, 2024, 2:48 a.m.