editLink | R Documentation |
Edit a link between two areas in an Antares study.
editLink( from, to, hurdles_cost = NULL, transmission_capacities = NULL, asset_type = NULL, display_comments = NULL, filter_synthesis = NULL, filter_year_by_year = NULL, dataLink = NULL, tsLink = NULL, opts = antaresRead::simOptions() )
from, to |
The two areas linked together. |
hurdles_cost |
Logical, which is used to state whether (linear) transmission fees should be taken into account or not in economy and adequacy simulations |
transmission_capacities |
Character, one of |
asset_type |
Character, one of |
display_comments |
Logical, display comments or not. |
filter_synthesis |
Output synthesis. |
filter_year_by_year |
Output year-by-year. |
dataLink |
See Details section below. |
tsLink |
Transmission capacities time series. First N columns are direct TS, following N are indirect ones. |
opts |
List of simulation parameters returned by the function
|
An updated list containing various information about the simulation.
See createLink()
for more documentation
createLink()
, removeLink()
## Not run: editLink( from = "area1", to = "area2", transmission_capacities = "infinite" ) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.