CreateSubgraph: Create Subgraph

Description Usage Arguments

View source: R/CreateSubgraph.R

Description

This function creates a subgraph where the nodes which have lost links to outside the subgraph gain additional generation capacity. This generation capacity is limited to the line limits of the PowerLines. This limit prevents those lines from being overpowered, although it assumes such power is actually available

Usage

1
CreateSubgraph(g, Nodes, LineLimit = "Link.Limit")

Arguments

g

and igraph object

Nodes

A character vector of node names to be in the new graph

LineLimit

The graph attribute name for the line limits of the network


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