plot.emlt | R Documentation |
Plots static and dynamic state structure from the outcome of seqemlt
. Two types of plot are proposed: The evolution in time of the correlation between states, and the projection of situations (time-indexed states) on their principal planes.
## S3 method for class 'emlt'
plot(x, from, to, delay=NULL, leg=TRUE, type="cor", cex=0.7, compx=1, compy=2, ...)
x |
an object of class |
type |
character string: type of plot to be drawn. Possible types are
|
from |
vector of state labels: for type |
to |
state label: for type "cor", destination state. |
delay |
for type "cor", the delay (number of time periods) between |
compx |
integer: for type |
compy |
integer: for type |
leg |
logical: should the legend be included |
cex |
numerical value: 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 |
The evolution of the correlation reveals the evolution of the emlt Euclidean distance between the situations (time-indexed states) along the timeframe.
The "pca"
components are the principal components of the emlt numerical coordinates of the sequences, see seqemlt
.
Patrick Rousset and Matthias Studer
See also seqemlt
(with examples)
## See examples on 'seqemlt' help page
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.