Learn R Programming

TraMineR (version 1.1)

is.seqe: Event sequences object

Description

TraMineR use an internal sequence object to mine frequent event subsequences. is.seqe return true if the argument is an event sequence object. is.seqelist can be used to check for list of internal object. as.seqelist can be used to set a list as list of internal sequence object. There is a print method to handle this kind of object.

Usage

is.seqe(s)
is.seqelist(s)

Arguments

s
Sequence

See Also

str.seqelist, str.seqe,as.character.seqelist and as.character.seqe to get character string of event object