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

Description Usage Arguments

View source: R/psica.R

Description

Prunes desired nodes in a PSICA tree.

Usage

1
2
## 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.


psica documentation built on March 26, 2020, 7:25 p.m.

Related to snip.psicaTree in psica...