plot_prep_node {monoClust} | R Documentation |
Calculate Nodes Coordinates
Description
Calculate Nodes Coordinates
Usage
plot_prep_node(tree, uniform = FALSE, minbranch = 0.3)
Arguments
tree |
MonoClust result object. |
uniform |
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. |
minbranch |
Set the minimum length for a branch to |
Value
Nodes coordinates in a list of x and y axis.
[Package monoClust version 1.2.1 Index]