prune: Prunes a 'cue' from given 'fftree'

Description Usage Arguments Value See Also

Description

Prunes a cue from given fftree

Usage

1
2
## S3 method for class 'fftree'
prune(tree, n = NULL)

Arguments

tree

fftree.

n

integer/integer vector. Index of cue, which should be pruned, If set to "NULL", all prunable cues will be pruned automaticly. See isCuePrunable for details.

Value

fftree.

See Also

cue,fftree, isCuePrunable, isCueLazy, isCueTrivial


fftrees documentation built on May 2, 2019, 5:48 p.m.

Related to prune in fftrees...