Learn R Programming

rsml (version 1.3)

node: Node constructor

Description

Node constructor

Usage

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

Examples

Run this code
n <- node(1, 1)

Run the code above in your browser using DataLab