snip.psicaTree {psica} | R Documentation |
Prunes desired nodes in a PSICA tree.
Description
Prunes desired nodes in a PSICA tree.
Usage
## S3 method for class '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. |
[Package psica version 1.0.2 Index]