Description Usage Arguments Details Examples
Creates a probabilistic node
1 | createNode(node)
|
node |
a list returned by createNodeInfo function |
Function runtime in core i5, 16GB of memory computer: 0.0s [see the example below]
1 2 3 4 5 | node = createNodeInfo(~asia, prob=c(0.01, 0.99), states=c("yes","no"))
node
probNode = createNode(node)
probNode
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.