seqe: Event sequence object

is.eseqR Documentation

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.eseq 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.

is.seqe() has been removed in TraMineR 2.x, use is.eseq() instead.

Usage

is.eseq(eseq, s)
is.seqelist(eseq, s)

Arguments

eseq

Sequence

s

Deprecated. Use eseq instead.

Author(s)

Matthias Studer (with Gilbert Ritschard for the help page)

See Also

str.seqelist, str.eseq,as.character.seqelist and as.character.eseq to convert sequences from an event sequence object into character strings


TraMineR documentation built on Jan. 9, 2024, 3:02 p.m.