powered by
sequences
sequencerules
Objects can also be created by calls of the form new("sgCMatrix", ...).
new("sgCMatrix", ...)
timedsequences
## 3 example sequences x <- list("01" = list(c("A","B"), "C"), "02" = list("C"), "03" = list("B", "B")) ## uses paste s <- as(x, "sgCMatrix") s ## dim(s) dimnames(s)
Run the code above in your browser using DataLab