set_module_weights: Internal function to set the connection weights for a module

Description Usage Arguments Value

View source: R/modules.R

Description

Internal function to set the connection weights for a module

Usage

1

Arguments

module

The 'network_module' object to modify.

weights

A vector or matrix of weights for each connetions. If a vector, its length must equal the number of connections in the module. If a matrix, it should be square with the number of columns equal to the number of nodes in the module; only the entries in the lower triangle that correspond to connections in the module will be used.

Value

The modified 'network_module' object.


SeqNet documentation built on July 9, 2021, 9:08 a.m.