CreateTransmission: Create Transmission Network

Description Usage Arguments Details See Also Examples

View source: R/CreateTransmission.R

Description

This function creates the transmission matrix between the edges and the In and Out Nodes

Usage

1
CreateTransmission(g, EdgeName = "Link", VertexName = "name")

Arguments

g

an igraph object with attribute of named edges. This is an igraph object

EdgeName

The attribute name of the edges. This is a string

VertexName

the variable that holds the names of the nodes. a character string.

Details

The function follows the method described in Pepyne 2007. It takes a graph an ouputs a matrix which has -1,0-1 values which describe the nominal direction of flow. The function is typically used in conjunction with the LinePropertiesMatrix function. The function is a key part of calculating ImpPTDF.

See Also

LinePropertiesMatrix ImpPTDF

Examples

1
 CreateTransmission(g,  EdgeName = "Link", VertexName = "name")

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