powered by
Converts a list of sequences into a list of transition matrices. Matrices are square, of same size, and provided as data.frame.
data.frame
multMatrans(ser, printdata = FALSE, printdico = TRUE, printmat = FALSE)
The list of sequences
: print the input sequences
: Prints the dictionary of items
: Print the list of transition matrices
An object of class lmat
lmat
: dictionnary of sequences components
The list of data.frames
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)
# NOT RUN { data(aphelinus) aphMat=multMatrans(aphelinus) aphMat$listmat # }
Run the code above in your browser using DataLab