Nothing
Code
print(find_sequence(dts_ctree, c(0, 0)))
Output
Context [T]: 0, 0
followed by 0 (0), 1 (1)
Code
print(find_sequence(dts_ctree, c(1, 0)))
Output
Sequence [T]: 1, 0
followed by 0 (1), 1 (1)
Code
print(rev(find_sequence(dts_ctree, c(0, 0))))
Output
Context [R]: 0, 0
followed by 0 (0), 1 (1)
Code
print(rev(find_sequence(dts_ctree, c(1, 0))))
Output
Sequence [R]: 0, 1
followed by 0 (1), 1 (1)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.