The functions addStations
and removeStations
adds or removes biotic stations from the BioticAssignment process data of the specified process.
addStratum(stratum, projectPath, modelName, processID)
removeStratum(stratumName, projectPath, modelName, processID)
modifyStratum(stratum, projectPath, modelName, processID)
renameStratum(stratumName, newStratumName, projectPath, modelName, processID)
The SpatialPolygonsDataFrame object defining the stratum to add.
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.
The name of the model (possible values are "baseline", "analysis" and "report").
The ID of the process.
The name of the stratum.
The new name of the stratum.
The assignment IDs are refreshed for every change, after sorting the assignemnts by the PSU column.