s1 {PST} | R Documentation |
Example data set containing one single sequence
data(s1)
A character string representing a sequence of 27 symbols separated with '-'.
A sequence object can be created with the dedicated TraMineR
seqdef
function. State sequence objects are the main argument for the pstree
method that creates probabilistic suffix trees. See example below.
## Loading the data data(s1) ## Creating a state sequence object s1.seq <- seqdef(s1) ## Building and plotting a PST S1 <- pstree(s1.seq, L = 3) plot(S1)