asMTEString {MoTBFs} | R Documentation |
This function builds a string with the structure of a 'mte'
function.
asMTEString(parameters, num = 5)
parameters |
A |
num |
A |
A "character"
string with an 'mte'
structure.
param <- -5.8
asMTEString(param)
param <- c(5.2,0.3,-3,4)
asMTEString(param)