| toDotNotation | R Documentation | 
Create vocalisation diagram to file in dot (graphviz) notation
toDotNotation( vd, individual = T, varsizenode = T, shape = "circle", fontsize = 16, rankdir = "LR", nodeattribs = "fixedsize=true;", comment = "" )
| vd | a vocalisation diagram | 
| individual | if TRUE write individual node names | 
| varsizenode | if true set varsizenode in dot | 
| shape | node shape | 
| fontsize | font size | 
| rankdir | direction of ranking (LR, RF etc) | 
| nodeattribs | attributes for node | 
| comment | comments | 
Create a vocalisation diagram in dot notation
character data containing the diagram in dot format.
graphviz manual
data(vocdia)
toDotNotation(getSampledVocalMatrix(subset(atddia,
                                           id=='Abbott_Maddock_01'),
                             individual=TRUE, nodecolumn='speaker'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.