the kit of bn package
library(devtools)
install_github('QiuBingCheng/bnTool')
It create dataframe to help user read the nodes relationship easily
data(coronary)
bn_model = tabu(coronary)
create_from_to_viewer(bn_model)
create_child_parent_viewer(bn_model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.