setHvdcAreas | R Documentation |
This function add hvdc attribute
setHvdcAreas(data, areas)
data |
|
areas |
|
Object of class "antaresDataList" is returned. It is a list of data.tables, each element representing one type of element (areas, links, clusters)
## Not run:
library(antaresRead)
opts <- setSimulationPath('mypath', 1)
myAreaOutput <- readAntares(areas = "all", links = "all")
myAreaOutput <- setHvdcAreas(myAreaOutput, "y_dsr")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.