Description Usage Arguments Value Author(s) Examples
View source: R/node_functions.R
Node constructor
| 1 | node(x, y, z = 0, diameter = 0, orientation = 0, bLength = 0)
 | 
| x | = x coordinate of the node. Mandatory | 
| y | = y coordinate of the node. Mandatory | 
| z | = z coordinate of the root. Optional | 
| diameter | = diameter of the node. Optional | 
| orientation | = orientation of the node. Optional | 
| bLength | = lenght from the node position in the root from the base of the root. Optional | 
the node
Guillaume Lobet - guillaume.lobet(at)ulg.ac.be
| 1 | n <- node(1, 1)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.