irishtt = HTT(Species ~., data = iris)
plot(irishtt)
# change the line color and node color
plot(irishtt, line.color = "black", node.color = "blue")
# change the line type
plot(irishtt, line.type = "curved")
# change the layout
plot(irishtt, layout = "dendrogram")
Run the code above in your browser using DataLab