Learn R Programming

antaresRead (version 2.7.0)

hvdcModification: 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

Run this code
if (FALSE) {

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

}

Run the code above in your browser using DataLab