create_empty_module {SeqNet} | R Documentation |
Create a module
Description
Create a module
Usage
create_empty_module(nodes)
Arguments
nodes |
A numeric vector indicating which nodes in the network are contained in this module. |
Value
A 'network_module' object.
Examples
module <- create_empty_module(1:10)
plot(module) # A module with no edges.
[Package SeqNet version 1.1.3 Index]