PSTf
and PSTr
Display a probabilistic suffix tree
# S4 method for PSTr
print(x, max.level = NULL, digits = 1, give.attr = FALSE,
nest.lev = 0, indent.str = "", stem = "--")
A PST, that is an object of class PSTf
as returned by the pstree
or prune
method.
integer. The maximal depth for the display of the tree.
integer specifying the precision for printing.
logical. If TRUE
the attributes of each node (an object of class PSTr
) are displayed.
integer. Parameter used internally by the function.
character. String used to indent each line when displaying the tree. Default to ''.
character. String used to display the stems. Default to '--'.
signature(x = "ANY")
signature(x = "PSTf")
signature(x = "PSTr")