Description Usage Arguments See Also Examples
Sets (changes) label of interval or point of the given index in the interval or point tier.
1 | tg.setLabel(tg, tierInd, index, newLabel)
|
tg |
TextGrid object |
tierInd |
tier index or "name" |
index |
index of interval or point |
newLabel |
new "label" |
1 2 3 | tg <- tg.sample()
tg2 <- tg.setLabel(tg, "word", 3, "New Label")
tg.getLabel(tg2, "word", 3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.