RPMM (version 1.20)

glcSubTree: Gaussian Subtree

Description

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

Usage

glcSubTree(tr, node)

Arguments

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

Value

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

Details

Typically not be called by user.