asMOPString: Parameters to MOP String

View source: R/mop.R

asMOPStringR Documentation

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


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

param <- 3.4
asMOPString(param)


MoTBFs documentation built on April 18, 2022, 5:06 p.m.

Related to asMOPString in MoTBFs...