PlotTree(tree, color = "gray90")
nodes color
Plot the structure of clustertree
object, with the nodes labeled by corresponding
elimination node. The circles represent continuous clusters, while the boxes represent discrete clusters.
This function requires Rgraphviz
package.
Cowell, R. G. (2005). Local propagation in conditional Gaussian Bayesian networks. Journal of Machine Learning Research, 6(Sep), 1517-1550.
Yu H, Moharil J, Blair RH (2020). BayesNetBP: An R Package for Probabilistic Reasoning in Bayesian Networks. Journal of Statistical Software, 94(3), 1-31. <doi:10.18637/jss.v094.i03>.
Cowell, R. G. (2005). Local propagation in conditional Gaussian Bayesian networks. Journal of Machine Learning Research, 6(Sep), 1517-1550.
# NOT RUN {
# }
# NOT RUN {
library("Rgraphviz")
data(toytree)
PlotTree(toytree)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab