print.contexts {mixvlmc} | R Documentation |
Print a context list
Description
This function prints a list of contexts i.e. a contexts
object listing
ctx_node
objects.
Usage
## S3 method for class 'contexts'
print(x, reverse = TRUE, ...)
Arguments
x |
the |
reverse |
specifies whether the contexts should be reported in
temporal order ( |
... |
additional arguments for the print function. |
Value
the x
object, invisibly
See Also
Examples
dts <- c("A", "B", "C", "A", "A", "B", "B", "C", "C", "A")
dts_tree <- ctx_tree(dts, max_depth = 3)
print(contexts(dts_tree))
[Package mixvlmc version 0.2.1 Index]