AcousticPSU: Add or remove acoustic PSUs and EDSUs

AcousticPSUR Documentation

Add or remove acoustic PSUs and EDSUs

Description

The functions addStations and removeStations adds or removes biotic stations from the BioticAssignment process data of the specified process.

Usage

addAcousticPSU(Stratum, PSU = NULL, projectPath, modelName, processID)

removeAcousticPSU(PSU, projectPath, modelName, processID)

renameAcousticPSU(PSU, newPSUName, projectPath, modelName, processID)

addEDSU(PSU, EDSU, projectPath, modelName, processID)

removeEDSU(EDSU, projectPath, modelName, processID)

removeAllAcousticPSUsOfStratum(Stratum, projectPath, modelName, processID)

Arguments

Stratum

The name of a stratum.

PSU

The name of a PSU.

projectPath

The path to the StoX project, i.e., the folder of the project with the sub folders "input", "output" and "process". Can possibly be the path to a file inside the project folder.

modelName

The name of the model (possible values are "baseline", "analysis" and "report").

processID

The ID of the process.

newPSUName

The new name of a PSU.

EDSU

The name of an EDSU.

Details

The assignment IDs are refreshed for every change, after sorting the assignemnts by the PSU column.


StoXProject/RstoxFramework documentation built on Oct. 17, 2023, 1:24 p.m.