when_continuation: Find timepoints that a given continuation was observed in the...

Description Usage Arguments Value

View source: R/when.R

Description

Find timepoints that a given continuation was observed in the tree from the current active node with a given order

Usage

1
when_continuation(tree, order, continuation, update_excluded = FALSE)

Arguments

tree

A suffix tree as produced by new_tree.

order

Amount of context (e.g. 0 means no context)

continuation

Continuation of interest (should be a scalar).

update_excluded

Boolean; whether to return update-excluded results.

Value

NULL if no continuations found


pmcharrison/suffixTree documentation built on May 3, 2019, 11:52 p.m.