Description Usage Arguments Value
Find the right (clockwise rotation, angle from +ve x-axis to furthest subtree nodes) and
left (anti-clockwise angle from +ve x-axis to subtree) Returning arc angle in [0, 2]
(0 to 360) domain.
1 | getTreeArcAngles(df, origin_id, subtree)
|
df |
tree data.frame |
origin_id |
node id from which to calculate left and right hand angles of subtree. |
subtree |
named list of root id of subtree (node) and list of node ids for given subtree (subtree). |
named list with right and left angles in range [0,2]
i.e 1 = 180 degrees, 1.5 = 270 degrees.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.