binary_tree: Create a binary tree object

Description Usage Arguments Value

Description

Create a binary tree object

Usage

1
binary_tree(label, left = NULL, right = NULL)

Arguments

label

The label of the node

left

The left binary tree

right

The right binary tree

Value

A list representing the tree


NCBI-Hackathons/robustSingleCell documentation built on May 9, 2019, 3:27 a.m.