insertNode: Insert bit vector and value into a node

View source: R/insertNode.R

insertNodeR Documentation

Insert bit vector and value into a node

Description

Insert bit vector and value into a node

Usage

insertNode(node1, node2)

Arguments

node2

An existing tree structure

x

a boolean or binary vector coerced to bit vector.

q

a commonnality value associated to x.

Details

# TO DO

Value

The tree augmented structure.

Author(s)

Peiyuan Zhu

Examples

# TO DO

RAPLER/dst-1 documentation built on June 2, 2025, 9:22 a.m.