powered by
Outputs mode numbers give ID numbers for a bipartite network.
idmode(nw, ids)
Object of class network or networkDynamic.
network
networkDynamic
Vector of ID numbers for which the mode number should be returned.
modeids provides the reverse functionality.
modeids
# NOT RUN { nw <- network.initialize(10, bipartite = 5) idmode(nw) idmode(nw, ids = c(3, 6)) # }
Run the code above in your browser using DataLab