FormGraph.transformed
- FormGraph.transformed(transformation)[source]
Return a transformed copy of the network.
- Parameters
network (
Network
) – The network.transformation (
Transformation
) – The transformation.
- Returns
Network
– A transformed independent copy of network.
Notes
The original network is not modified. Instead a transformed independent copy is returned.