Description Usage Arguments Value See Also Examples
Add perturbation probability, threshold parameters, and Boolean functions to the network, to turn it into a TPBN.
1 | transformNetwork(net, p = 0.01)
|
net |
A network generated by |
p |
Noise strength. |
A threshold PBN.
1 2 3 | # Create a BoolNet network and transform it.
net <- generateRandomNKNetwork(5, 2, "homogeneous")
net <- transformNetwork(net)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.