multMatrans: Converts a list of sequences into a list of transition...

Description Usage Arguments Value Author(s) References Examples

Description

Converts a list of sequences into a list of transition matrices. Matrices are square, of same size, and provided as data.frame.

Usage

1
multMatrans(ser, printdata = FALSE, printdico = TRUE, printmat = FALSE)

Arguments

ser

The list of sequences

printdata

: print the input sequences

printdico

: Prints the dictionary of items

printmat

: Print the list of transition matrices

Value

An object of class lmat

dico

: dictionnary of sequences components

listmat

The list of data.frames

Author(s)

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

References

Pierre, J. S. and C. Kasper (1990). The Design of Ethological Flow-Charts on Factorial Analysis Representations - an Application to the Study of the Male Mole-Cricket Sexual Courtship. Biology of Behaviour 15(3-4): 125-151.(in french)

Examples

1
2
3
data(aphelinus)
aphMat=multMatrans(aphelinus)
aphMat$listmat

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