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 .

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)


rte-antares-rpackage/antaresRead documentation built on Nov. 22, 2024, 11:20 a.m.