powered by
This function computes the load factor of link and add it to an antaresData object.
antaresData
addLoadFactorLink(x)
addLoadFactorLink modifies its input by adding to it two columns:
addLoadFactorLink
Proportion of the installed capacity of a link that is effectively used:
loadFactor = `FLOW LIN` / transCapacity
Notice that loadFactor can be positive or negative according to the direction of the flow.
loadFactor
1 if the link is saturated (loadFactor = +/-1), 0 otherwise.
loadFactor = +/-1)
For convenience, the function invisibly returns the modified input.
Object of class antaresData created with function readAntares. It must contain the columns transCapacityDirect and transCapacityIndirect.
readAntares
transCapacityDirect
transCapacityIndirect
if (FALSE) { # Data required by the function showAliases("loadFactorLink") mydata <- readAntares(select = "loadFactorLink") addLoadFactorLink(mydata) names(mydata) }
Run the code above in your browser using DataLab