plot_adjacency {mimiSBM} | R 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
[Package mimiSBM version 0.0.1.3 Index]