make_nand_gate | R Documentation |
Create an NAND gate with initial input values.
make_nand_gate(name, input1value, input2value)
name |
The logic gate name |
input1value |
The initial value of input1. |
input2value |
The initial value of input2. |
An NAND gate with its name, species, specific CRN reactions, ki and ci constants. Z_0 + Z1 -> Z0'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.