Description Usage Arguments See Also Examples
Sets (changes) name of tier of the given index.
1 | tg.setTierName(tg, tierInd, name)
|
tg |
TextGrid object |
tierInd |
tier index or "name" |
name |
new "name" of the tier |
1 2 3 | tg <- tg.sample()
tg2 <- tg.setTierName(tg, "word", "WORDTIER")
tg.getTierName(tg2, 4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.