toBNLearn | R Documentation |
Convert to bnlearn object.
toBNLearn(x)
x |
An object that represents a DAG. |
bn_obj A bn object.
adj <- UniformlySampleDAG(c('A', 'B', 'C'))
toBNLearn(adj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.