isCueTrivial: Checks if a specific 'cue' in 'fftree' is trivial

Description Usage Arguments Value See Also

Description

The last cue is defined as trivial, if the last cue could replace the second to last, without changing tree- outcomes.

Usage

1
isCueTrivial(tree, cl = tree@fftcues, n = length(cl))

Arguments

tree

fftree

cl

Optional list with cues. Default is the cue list of the given tree

n

Optional, which cue of tree should be analysed? Default is last cue

Value

logical; TRUE if last cue is trivial, else FALSE

See Also

isCueLazy, isCuePrunable


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