prepare_dsd_4d_module: Binds the module function with its parameters.

View source: R/dsd.R

prepare_dsd_4d_moduleR Documentation

Binds the module function with its parameters.

Description

Use this function to bind a module function to its parameters.

Usage

prepare_dsd_4d_module(module, k_idx, species_domains, reactants, products)

Arguments

module

The module function;

k_idx

The k index to name the k for the module;

species_domains

The list with the species domains previously generated

reactants

Reactants of the reaction. If a reaction is something like 2A -> B, a list with two separated A's ('A', 'A') must be passed. If a reaction is of formation, NULL must be passed

products

The reaction products. It has the same requirements of reactants.

Value

A function with no arguments. When this function is called, a string representing the modules with its arguments defined will be returned.


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