Usage
## S3 method for class 'emlt':
plot(x, from, to, delay=NULL, leg=TRUE, type="cor", cex=0.7, compx=1, compy=2, ...)
Arguments
x
a sequence analysis producted by emlt
type
what type of plot should be drawn. Possible types are
"cor" for the evolve in time of correlation between states
"pca" for the projection of states/situations on their principal planes
from
for type "cor" first states to compare, may be a vector
to
for type "cor" second states to compare
delay
for type "cor", the delay or step between "from" and "to" arguments. The correlation between state "from" at time t and "to" at t+delay. By default delay is 0.
compx
for type "pca" first component, axis x
compy
for type "pca" second component, axis y
leg
A boolean argument TRUE, FALSE for including legend
cex
A numerical value giving the amount by which plotting text and symbols should be magnified relative to the default.
...
Arguments to be passed to methods, such as graphical parameters (see par)