asMTEString: Converting MTEs to strings

View source: R/mte.R

asMTEStringR Documentation

Converting MTEs to strings

Description

This function builds a string with the structure of an 'mte' function.

Usage

asMTEString(parameters, num = 5)

Arguments

parameters

A "numeric" vector containing the coefficients.

num

A "numeric" value which contains the denominator of the coefficient in the exponential.

Value

A "character" string with an 'mte' structure.

Examples


param <- -5.8
asMTEString(param)

param <- c(5.2,0.3,-3,4)
asMTEString(param)
 

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

Related to asMTEString in MoTBFs...