Description Usage Arguments Value Author(s) References Examples
Converts a list of sequences into a list of transition matrices. Matrices are square, of same size, and provided as data.frame
.
1 | multMatrans(ser, printdata = FALSE, printdico = TRUE, printmat = FALSE)
|
ser |
The list of sequences |
printdata |
: print the input sequences |
printdico |
: Prints the dictionary of items |
printmat |
: Print the list of transition matrices |
An object of class lmat
dico |
: dictionnary of sequences components |
listmat |
The list of data.frames |
Jean-Sebastien Pierre
Jean-sebastien.pierre@univ-rennes1.fr
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)
1 2 3 | data(aphelinus)
aphMat=multMatrans(aphelinus)
aphMat$listmat
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.