powered by
Create a module
create_empty_module(nodes)
A numeric vector indicating which nodes in the network are contained in this module.
A 'network_module' object.
# NOT RUN { module <- create_empty_module(1:10) plot(module) # A module with no edges. # }
Run the code above in your browser using DataLab