plot.matrixseries {vocaldia} | R Documentation |
plotConvergence: plots Markov diagram convergence.
Description
Visualise convergence properties of vocalisation graphs
Usage
## S3 method for class 'matrixseries'
plot(x, ..., par = list(), interact = F)
Arguments
x |
an object of class matrixseries; a list where the
|
... |
extra graphics parameters for plot. |
par |
graphic parameters alist |
interact |
if TRUE, pauses the drawing after each node. |
Details
A 'toy' for visualisation of convergence properties of vocalisation graphs. Plot the convergence paths of each Vocalisation event (i.e. each row-column transition probability, grouped by colour according to the inciding node)
Value
the matrixseries
Examples
data(vocdia)
plot(staticMatrix(vocmatrix$ttarray, digits=4, history=TRUE))
[Package vocaldia version 0.8.4 Index]