addLoadFactorLink {antaresProcessing} | R Documentation |
This function computes the load factor of link and add it to an
antaresData
object.
addLoadFactorLink(x)
x |
Object of class |
addLoadFactorLink
modifies its input by adding to it two columns:
loadFactor |
Proportion of the installed capacity of a link that is effectively used: loadFactor = `FLOW LIN` / transCapacity Notice that |
congestion |
1 if the link is saturated ( |
For convenience, the function invisibly returns the modified input.
## Not run: # Data required by the function showAliases("loadFactorLink") mydata <- readAntares(select = "loadFactorLink") addLoadFactorLink(mydata) names(mydata) ## End(Not run)