hvdcModification: hvdc straitement

View source: R/hvdcModification.R

hvdcModificationR Documentation

hvdc straitement

Description

usage for hvdc

Usage

hvdcModification(data, removeHvdcAreas = TRUE, reafectLinks = FALSE)

Arguments

data

antaresDataList data to apply straitement

removeHvdcAreas

boolean remove HVDC areas.

reafectLinks

boolean .

Examples

## Not run: 

data <- readAntares(areas = 'all', links = 'all')
data <- setHvdcAreas(data, "psp in")
data <- hvdcModification(data)


## End(Not run)


antaresRead documentation built on Aug. 31, 2023, 1:09 a.m.