
transactions
. Objects can also be created by calls of the form
new("timedsequences", ...)
.
"sequences "
, directly.
Class "associations"
, by class
"sequences", distance 2.itemMatrix
,
transactions
,
sequences
.## use example data
data(zaki)
## coerce
z <- as(zaki, "timedsequences")
z
## get time sequences
summary(timesets(z))
## coerce back
as(z, "transactions")
Run the code above in your browser using DataLab