select_dsd_4d_module | R Documentation |
This function returns a 4-domain DSD module based on the number of products and reactants (stoichiometry) of the reaction.
select_dsd_4d_module(n_reac, n_prod)
n_reac, n_prod |
Number of reactants and products. |
A list with two parameters:
- mod_func
: The module function obtained from
dsd_4d_modules()
;
- idx
: A vector with two numbers specifying the position
used to get the module function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.