replace_module_in_network {SeqNet} | R Documentation |
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.
[Package SeqNet version 1.1.3 Index]