Learn R Programming

SeqNet (version 1.1.3)

add_modules_to_network: 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.