create_empty_network {SeqNet} | R Documentation |
Creates a 'network' object containing no modules.
create_empty_network(p)
p |
The number of nodes in the network |
A network object.
nw <- create_empty_network(10)
plot(nw) # A network with no edges.