plot_tree_structure: Plotting the prior tree structure graph

plot_tree_structureR 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 make_prior, inference_stan, inference_inla, or makemyprior_gui

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)


makemyprior documentation built on Sept. 11, 2024, 6:56 p.m.