replace_module_in_network {SeqNet} | R Documentation |
Internal function for replacing a module in the network
replace_module_in_network(module_index, module, network)
module_index |
The index of the module to replace. |
module |
The new module to replace with. |
network |
The network to modify. |
The modified network.