pymnet.full_multilayer¶
- pymnet.full_multilayer(nodes, layers)¶
 Generate a full multilayer network.
The generated network has a single aspect, and all the inter-layer and intra-layer edges.
- Parameters:
 - nodesint
 Number of nodes in the network
- layersint or sequence
 Number of layers in the network, or a sequence of layer names
- Returns:
 - netMultilayerNetwork
 The multilayer network that is produced.