Learn R Programming

SeqNet (version 1.1.3)

random_module: Create a random module

Description

Create a random module

Usage

random_module(nodes, module_name = NULL, ...)

Arguments

nodes

A numeric vector indicating which nodes in the network are contained in this module.

module_name

(optional) Character string specifying the name of the module. If NULL, the module will be unnamed.

...

Additional arguments passed to random_module_structure.

Value

A 'network_module' object.

References

grimes21SeqNet

Examples

Run this code
# NOT RUN {
module <- random_module(1:10)
# }

Run the code above in your browser using DataLab