merge_networks#

merge_networks(network, donor=[])[source]#

Combine multiple networks into one without making any topological connections

Parameters:
  • network (Network) – The network to which all the other networks should be added.

  • donor (Network or list of Objects) – The network object(s) to add to the given network

See also

extend, trim, stitch