powered by
Create a random module
random_module(nodes, module_name = NULL, ...)
A numeric vector indicating which nodes in the network are contained in this module.
(optional) Character string specifying the name of the module. If NULL, the module will be unnamed.
NULL
Additional arguments passed to random_module_structure.
random_module_structure
A 'network_module' object.
grimes21SeqNet
# NOT RUN { module <- random_module(1:10) # }
Run the code above in your browser using DataLab