hvdcModification {antaresRead} | R Documentation |
hvdc straitement
Description
usage for hvdc
Usage
hvdcModification(data, removeHvdcAreas = TRUE, reafectLinks = FALSE)
Arguments
data |
|
removeHvdcAreas |
|
reafectLinks |
|
Value
Object of class "antaresDataList" is returned. It is a list of data.tables, each element representing one type of element (areas, links, clusters)
Examples
## Not run:
data <- readAntares(areas = 'all', links = 'all')
data <- setHvdcAreas(data, "psp in")
data <- hvdcModification(data)
## End(Not run)
[Package antaresRead version 2.9.0 Index]