node: Node constructor

Description Usage Arguments Value Author(s) Examples

View source: R/node_functions.R

Description

Node constructor

Usage

1
node(x, y, z = 0, diameter = 0, orientation = 0, bLength = 0)

Arguments

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

Value

the node

Author(s)

Guillaume Lobet - guillaume.lobet(at)ulg.ac.be

Examples

1
n <- node(1, 1)

rsml documentation built on May 30, 2017, 12:41 a.m.

Related to node in rsml...