Description Usage Arguments Details Value See Also Examples
Create vocalisation diagram to file in dot (graphviz) notation
1 2 3 4 5 6 7 8 9 10 | 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
1 2 3 4 | 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.