View source: R/hvdcModification.R
hvdcModification | R Documentation |
usage for hvdc
hvdcModification(data, removeHvdcAreas = TRUE, reafectLinks = FALSE)
data |
|
removeHvdcAreas |
|
reafectLinks |
|
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:
data <- readAntares(areas = 'all', links = 'all')
data <- setHvdcAreas(data, "psp in")
data <- hvdcModification(data)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.