Description Usage Arguments Examples
View source: R/BalencedGenDem.R
Ensures that the demand and generation of the power network are balanced. This is used before power flow is calculated.
| 1 | BalencedGenDem(g, DemandVar, GenerationVar, OutputVar = "BalencedPower")
 | 
| g | An igraph object representing a power network. A character vector. | 
| DemandVar | The variable in g that contains the demand of each node. A character vector. | 
| GenerationVar | The variable in g that contains the generation of each node. A character vector. | 
| OutputVar | The desired output variable for the balanced net power demand of each node. A character vector the default is set to "BalencedPower". | 
| 1 | BalencedGenDem(g, DemandVar, GenerationVar, OutputVar = "BalencedPower")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.