powered by
This function builds a string with the structure of an 'mte' function.
'mte'
asMTEString(parameters, num = 5)
A "numeric" vector containing the coefficients.
"numeric"
A "numeric" value which contains the denominator of the coefficient in the exponential.
A "character" string with an 'mte' structure.
"character"
# NOT RUN { param <- -5.8 asMTEString(param) param <- c(5.2,0.3,-3,4) asMTEString(param) # }
Run the code above in your browser using DataLab