take_branch: Take a branch of a tree

Description Usage Arguments Value

View source: R/take.R

Description

The function take_branch looks for the subtree of .tree whose root is the node identified by .node.

Usage

1
2
3
4
5
6
take_branch(.tree, .node)

## S3 method for class 'rtree'
take_branch(.tree, .node)

take_node(.node, .tree)

Arguments

.tree

A tree.

.node

A node of .tree.

Value

A tree.


oak documentation built on May 1, 2019, 9:13 p.m.