add_modules_to_network {SeqNet}R Documentation

Internal function for adding a set of modules to the network

Description

Internal function for adding a set of modules to the network

Usage

add_modules_to_network(network, module_list)

Arguments

network

The network to modify.

module_list

A list of 'network_module' objects to add to the network.

Value

The modified network.


[Package SeqNet version 1.1.3 Index]