plot_tree_structure {makemyprior} | R Documentation |
Plotting the prior tree structure graph
Description
Can only be used for visualization in R.
Usage
plot_tree_structure(obj, nodenames)
Arguments
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. |
Value
A visNetwork with the tree graph See also makemyprior_plotting.
Examples
ex_prior <- makemyprior_example_model()
plot_tree_structure(ex_prior)
[Package makemyprior version 1.2.1 Index]