MoTBFs (version 1.2)

asMOPString: Parameters to MOP String

Description

This function builds a string with the structure of a 'mop' function.

Usage

asMOPString(parameters)

Arguments

parameters

A "numeric" vector containing the coefficients.

Value

A "character" string with a 'mop' structure.

Examples

Run this code
# NOT RUN {
param <- c(1,2,3,4)
asMOPString(param)

param <- 3.4
asMOPString(param)

# }

Run the code above in your browser using DataCamp Workspace