ExtractAttackStats: Extracts Attack stats from saved

Description Usage Arguments

View source: R/ExtractAttackStats.R

Description

Extracts the attack statistics for each network in a folder and combines it into a single file that is also saved. This function only works on a folder of folders...It needs to be changed

Usage

1
2
3
4
5
6
7
8
ExtractAttackStats(
  RootFolder,
  NewFolderPath,
  Generation = "BalencedPower",
  EdgeName = "name",
  PowerFlow = "PowerFlow",
  Link.Limit = "Link.Limit"
)

Arguments

RootFolder

:The folder where the attack files are saved

NewFolderPath

: The folder where the summary files will be saved to

Generation

The name of the variable that stores the net generation data. character string

EdgeName

A character string. The default is "name".

PowerFlow

A character String. The default is "PowerFlow".

Link.Limit

A character string. The default is "Link.Limit".


JonnoB/PowerGridNetworking documentation built on Aug. 7, 2021, 3:04 a.m.