This function applies a circuit motif to a network object, adding long-range projections between nodes in the network based on the motif's defined projections.
Usage
apply.circuit.motif(network, motif, verbose = FALSE)
Arguments
- network
Network object to which the motif will be applied.
- motif
Motif object defining the circuit motif to apply.
- verbose
Logical indicating whether to print progress messages during motif application (default: TRUE).
Value
The updated network object with the motif applied.