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)


antaresRead documentation built on Sept. 13, 2024, 1:12 a.m.