Learn R Programming

TraMineR (version 1.8-9)

is.seqe: Event sequence object

Description

TraMineR uses an internal event sequence object for all its operations with event sequences such as mining frequent subsequences. The function is.seqelist checks wether the argument is an event sequence object while is.seqe checks wether the argument is a single element of an event sequence object. There is a print method that can be applied to such event sequence 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 convert sequences from an event sequence object into character strings