Learn R Programming

SeqNet (version 1.1.3)

set_module_name: Set the name for a module

Description

Set the name for a module

Usage

set_module_name(module, module_name)

Arguments

module

The 'network_module' object to modify.

module_name

A character string.

Value

The modified 'network_module' object.

Examples

Run this code
# NOT RUN {
nw <- random_network(10)
nw <- gen_partial_correlations(nw)
module <- nw$modules[[1]]
named_module <- set_module_name(module, "new name")
# }

Run the code above in your browser using DataLab