Learn R Programming

vocaldia (version 0.8.4)

plot.vocaldia: plot.vocaldia

Description

Plot a vocalisation diagram

Usage

# S3 method for vocaldia
plot(x, ...)

Value

NULL

Arguments

x

a vocalisation diagram

...

arguments for the layout algorithm

Details

Plot a vocalisation diagram

Examples

Run this code
data(vocdia)
if (require('igraph'))
 plot(getSampledVocalMatrix(subset(atddia, id=='Abbott_Maddock_01'),
                          individual=TRUE, nodecolumn='speaker'))

Run the code above in your browser using DataLab