powered by
This function builds a string with the structure of a 'mop' function.
'mop'
asMOPString(parameters)
A "numeric" vector containing the coefficients.
"numeric"
A "character" string with a 'mop' structure.
"character"
# NOT RUN { param <- c(1,2,3,4) asMOPString(param) param <- 3.4 asMOPString(param) # }
Run the code above in your browser using DataLab