The functions addBioticPSU, removeBioticPSU and renameBioticPSU adds, removes or renames BioticPSUs from the BioticPSU process data of the specified process. The functions addStation and removeStation adds or removes Stations from the BioticPSU process data of the specified process. The function removeAllBioticPSUsOfStratum removes all PSUs from the BioticPSU process data of the specified process.

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

removeBioticPSU(PSU, projectPath, modelName, processID)

addStation(PSU, Station, projectPath, modelName, processID)

removeStation(Station, 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.

Station

The name of a biotic station.

Details

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