seqTrans | R Documentation |
The purpose of seqTrans.R
is to spot transitions
in a dataset.
seqTrans(OD, trans)
OD |
|
trans |
|
It returns a matrix whose rows each are the indices of an impossible transition.
Andre Berchtold <andre.berchtold@unil.ch>, Kevin Emery
data(OD)
seqTransList <- seqTrans(OD = OD, trans = c("yes->no"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.