| SuffixTree-methods {Rlibstree} | R Documentation |
These methods create an internal suffix tree in C code and
associated data structures. These return an object of class
SuffixTree-class which is a reference to the internal
C data.
StringSet-class,
and the other takes a collection of strings and
constructs the StringSet-class
and then constructs the SuffixTree-class.
StringSet from its string elements and then creates a
SuffixTree from this StringSet.SuffixTree directly from this
StringSet by constructing the relevant nodes and edges in C.