plot_tree_structure {makemyprior} | R Documentation |
Can only be used for visualization in R.
plot_tree_structure(obj, nodenames)
obj |
An object from |
nodenames |
Custom names for each node (optional). Given as a named list with the default names as list names, and the new names as list elements. Do not need to provide all. |
A visNetwork with the tree graph See also makemyprior_plotting.
ex_prior <- makemyprior_example_model()
plot_tree_structure(ex_prior)