powered by
This function computes the load factor of link and add it to an antaresData object.
antaresData
addLoadFactorLink(x)
Object of class antaresData created with function readAntares. It must contain the columns transCapacityDirect and transCapacityIndirect.
readAntares
transCapacityDirect
transCapacityIndirect
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)
# NOT RUN { # Data required by the function showAliases("loadFactorLink") mydata <- readAntares(select = "loadFactorLink") addLoadFactorLink(mydata) names(mydata) # } # NOT RUN { # }
Run the code above in your browser using DataLab