asMOPString {MoTBFs} | R Documentation |
This function builds a string with the structure of a 'mop'
function.
asMOPString(parameters)
parameters |
A |
A "character"
string with a 'mop'
structure.
param <- c(1,2,3,4)
asMOPString(param)
param <- 3.4
asMOPString(param)