Stratum: Stratum manipulation

StratumR Documentation

Stratum manipulation

Description

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

Usage

addStratum(stratum, projectPath, modelName, processID)

removeStratum(stratumName, projectPath, modelName, processID)

modifyStratum(stratum, projectPath, modelName, processID)

renameStratum(stratumName, newStratumName, projectPath, modelName, processID)

Arguments

stratum

The SpatialPolygonsDataFrame object defining the stratum to add.

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.

stratumName

The name of the stratum.

newStratumName

The new name of the stratum.

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.