make_generic2to1_gate | R Documentation |
Create a 2-inputs and 1-output generic logic gate.
make_generic2to1_gate(name, typename, input1value, input2value)
name |
The logic gate name |
typename |
The type name of logic gate (AND, OR, XOR, ...) |
input1value |
The initial value of input1. |
input2value |
The initial value of input2. |
A generic logic gate with its name, species, CRN reactions, ki and ci constants.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.