R Documentation |
PSTf
and PSTr
Display a probabilistic suffix tree
## S4 method for signature 'PSTr'
print(x, max.level = NULL, digits = 1, give.attr = FALSE,
nest.lev = 0, indent.str = "", stem = "--")
x |
A PST, that is an object of class |
max.level |
integer. The maximal depth for the display of the tree. |
digits |
integer specifying the precision for printing. |
give.attr |
logical. If |
nest.lev |
integer. Parameter used internally by the function. |
indent.str |
character. String used to indent each line when displaying the tree. Default to ”. |
stem |
character. String used to display the stems. Default to '–'. |
signature(x = "ANY")
signature(x = "PSTf")
signature(x = "PSTr")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.