Learn R Programming

psica (version 1.0.2)

snip.psicaTree: Prunes desired nodes in a PSICA tree.

Description

Prunes desired nodes in a PSICA tree.

Usage

# S3 method for psicaTree
snip(pT, indices)

Arguments

pT

the PSICA tree to be pruned.

indices

vector of indices of the nodes. All contents below the nodes with these indices will be pruned.