asMTEString {MoTBFs} | R Documentation |
Parameters to MTE String
Description
This function builds a string with the structure of a 'mte'
function.
Usage
asMTEString(parameters, num = 5)
Arguments
parameters |
A |
num |
A |
Value
A "character"
string with an 'mte'
structure.
Examples
param <- -5.8
asMTEString(param)
param <- c(5.2,0.3,-3,4)
asMTEString(param)
[Package MoTBFs version 1.2 Index]