get_dsd_0eApB_str: Instantiate a '0 -> A + B' module in the DSD script

View source: R/dsd.R

get_dsd_0eApB_strR Documentation

Instantiate a '0 -> A + B' module in the DSD script

Description

This function returns a string representing an addition of a '0 -> A + B' reaction in the DSD script. It creates a r0_e_ApB() module in the script, replacing all the parameter strings by the ones specified in this function.

Usage

get_dsd_0eApB_str(qi, qmax, CiA, CiB, Cmax, A_domains, B_domains)

Arguments

qi

String representing a variable name for the qi parameter of the module signature.

qmax

String representing a variable name for the qmax parameter of the module signature.

CiA

String representing a variable name for the CiA parameter of the module signature.

CiB

String representing a variable name for the CiB parameter of the module signature.

Cmax

String representing a variable name for the Cmax parameter of the module signature.

A_domains

Vector of strings representing the species domains of A.

B_domains

Vector of strings representing the species domains of B.

Value

A string representing the instantiation of a r0_e_ApB() module.


DanielKneipp/DNAr documentation built on Jan. 7, 2023, 12:42 p.m.