makedico: Build the dictionary of the sequences

Description Usage Arguments Value Author(s) Examples

Description

Assesses the dictionnary common to various sequences, counts the occurences of each word (item, state)

Usage

1
makedico(x, printdata = FALSE, printdico = FALSE)

Arguments

x

sequence: an object of class sequence

printdata

printdata logical: print sequences or not.

printdico

printdico logical: print or not the resulting dictionnary.

Value

A list of character strings

Author(s)

Jean-Sebastien Pierre email: Jean-sebastien.pierre@univ-rennes1.fr

Examples

1
2
data(seriseq)
dic=makedico(seriseq,printdico=TRUE)

sequence documentation built on March 26, 2020, 7:30 p.m.