Learn R Programming

SeqNet (version 1.1.3)

replace_module_in_network: Internal function for replacing a module in the network

Description

Internal function for replacing a module in the network

Usage

replace_module_in_network(module_index, module, network)

Arguments

module_index

The index of the module to replace.

module

The new module to replace with.

network

The network to modify.

Value

The modified network.