plot_prep_branch: Calculate Branch Coordinates

Description Usage Arguments Value

View source: R/utils.R

Description

Calculate Branch Coordinates

Usage

1
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.


vinhtantran/monoClust documentation built on March 12, 2021, 11:11 p.m.