Learn R Programming

RPMM (version 1.20)

blcSubTree: Beta Subtree

Description

Subsets a “blcTree” object, i.e. considers the tree whose root is a given node.

Usage

blcSubTree(tr, node)

Arguments

tr
“blcTree” object to subset
node
Name of node to make root.

Value

A “blcTree” object whose root is the given node of tr

Details

Typically not be called by user.