netData {netClust} | R Documentation |
Network data with 10 nodes and 2 layers
data("netData")
The format is: num [1:10, 1:10, 1:2, 1:2] 0 0 0 0 0 0 0 0 0 0 ...
Dataset demonstrating multilayer network
Sarkar, S. (2020)
Sarkar, S. (2019) On the use of transformations for modeling multidimensional heterogeneous data, The University of Alabama Libraries Digital Collections
data(netData)
## maybe str(netData) ; plot(netData) ...