Learn R Programming

MoTBFs (version 1.4.2)

asMOPString: Parameters to MOP String

Description

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

Usage

asMOPString(parameters)

Value

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

Arguments

parameters

A "numeric" vector containing the coefficients.

Examples

Run this code

param <- c(1,2,3,4)
asMOPString(param)

param <- 3.4
asMOPString(param)

Run the code above in your browser using DataLab