Description Usage Arguments Value See Also Examples
Return label of point or interval at the specified index.
1 | tg.getLabel(tg, tierInd, index)
|
tg |
TextGrid object |
tierInd |
tier index or "name" |
index |
index of point or interval |
character string
tg.setLabel
, tg.countLabels
, tg.findLabels
1 2 3 | tg <- tg.sample()
tg.getLabel(tg, "phoneme", 4)
tg.getLabel(tg, "phone", 4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.