Functions that have been deprecated and will be removed in the future.
SelectedFormula(...)SelectedMatrix(...)
SelectedModelFrame(...)
SelectedRecipe(...)
TunedRecipe(...)
arguments passed to non-deprecated equivalent.
Use SelectedInput()
instead of
SelectedFormula()
.
Use SelectedInput()
instead of
SelectedMatrix()
.
Use SelectedInput()
instead of
SelectedModelFrame()
.
Use SelectedInput()
instead of
SelectedRecipe()
.
Use TunedInput()
instead of TunedRecipe()
.