asMOPString {MoTBFs} | R Documentation |
Parameters to MOP String
Description
This function builds a string with the structure of a 'mop'
function.
Usage
asMOPString(parameters)
Arguments
parameters |
A |
Value
A "character"
string with a 'mop'
structure.
Examples
param <- c(1,2,3,4)
asMOPString(param)
param <- 3.4
asMOPString(param)
[Package MoTBFs version 1.4.1 Index]