plot.matrixseries: plotConvergence: plots Markov diagram convergence.

View source: R/markov.R

plot.matrixseriesR 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 i^{th} element corresponds to M^i.

...

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))

vocaldia documentation built on Aug. 15, 2022, 1:05 a.m.