Components_differ: Find components of a graph that have changed Find components...

Description Usage Arguments

View source: R/Components_differ.R

Description

Using this should be able to cut down on the amount of calculation done on the power flow equations This function checks to see which subcomponents have changed in the graph and which are the same. It does this by comparing edges. This is because a component may have had an edge removed but still be intact. However, the powerflow will still need to be re-calculated. The function a scaler vector representing each of the changed components

Usage

1
Components_differ(g, g0, EdgeName = "name")

Arguments

g

the current graph

g0

the previous graph

EdgeName

A character string. The name of the edge attribute


JonnoB/PowerGridNetworking documentation built on Aug. 7, 2021, 3:04 a.m.