seqsep | R Documentation |
Adds separators to sequences stored as character string.
seqsep(seqdata, sl=1, sep="-")
seqdata |
a dataframe or matrix containing sequence data, as vectors of states or events. |
sl |
the length of the states (the number of characters used to represent them). Default is 1. |
sep |
the character used as separator. Set by default as |
seqdecomp
.
seqsep("ABAAAAAAD")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.