plot_prep_branch {monoClust} | R Documentation |
Calculate Branch Coordinates
Description
Calculate Branch Coordinates
Usage
plot_prep_branch(x, y, node, branch = 0)
Arguments
x |
Nodes x-coordinates. |
y |
Nodes y-coordinates. |
node |
Nodes row number. |
branch |
Controls the shape of the branches from parent to child node. Any number from 0 to 1 is allowed. A value of 1 gives square shouldered branches, a value of 0 give V shaped branches, with other values being intermediate. |
Value
Branch coordinates in a list of x and y axis.
[Package monoClust version 1.2.1 Index]