create_empty_network {SeqNet} | R Documentation |
Create a network object.
Description
Creates a 'network' object containing no modules.
Usage
create_empty_network(p)
Arguments
p |
The number of nodes in the network |
Value
A network object.
Examples
nw <- create_empty_network(10)
plot(nw) # A network with no edges.
[Package SeqNet version 1.1.3 Index]