This function redefines one or more columns of StoxBioticData by columns of BioticData.
RedefineStoxBiotic(
StoxBioticData,
BioticData,
Redefinition = data.table::data.table()
)An input of ModelData object
An input of ModelData object
A table of the columns "VariableName", representing the variable to redefine; and "ReplaceBy", representing the variable from BioticData to replace by.
A StoxBioticData object.