get_dsd_buff_str: Instantiate a buffer module in the DSD script

View source: R/dsd.R

get_dsd_buff_strR Documentation

Instantiate a buffer module in the DSD script

Description

This function returns a string representing an addition of a buffer reaction module in the DSD script. It creates a Buff() module in the script, replacing all the parameter strings by the ones specified in this function.

Usage

get_dsd_buff_str(qs, qmax, Cmax, Cii, d, domains)

Arguments

qs

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

qmax

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

Cmax

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

Cii

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

d

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

domains

Vector of strings representing the domains of the input species.

Value

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


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