Description Usage Arguments Value
View source: R/DefineAndUpdateVariables.R
This function redefines one or more columns of StoxBioticData
by columns of BioticData
.
1 2 3 4 5 | RedefineStoxBiotic(
StoxBioticData,
BioticData,
Redefinition = data.table::data.table()
)
|
StoxBioticData |
An input of ModelData object |
BioticData |
An input of ModelData object |
Redefinition |
A table of the columns "VariableName", representing the variable to redefine; and "ReplaceBy", representing the variable from BioticData to replace by. |
A StoxBioticData
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.