Calculate Nodes Coordinates
plot_prep_node(tree, uniform = FALSE, minbranch = 0.3)
MonoClust result object.
If TRUE, uniform vertical spacing of the nodes is used; this may be less cluttered when fitting a large plot onto a page. The default is to use a non-uniform spacing proportional to the inertia in the fit.
Set the minimum length for a branch to minbranch
times the
average branch length. This parameter is ignored if uniform = TRUE
.
Sometimes a split will give very little improvement, or even no improvement
at all. A tree with branch lengths strictly proportional to improvement
leaves no room to squeeze in node labels.
Nodes coordinates in a list of x and y axis.