tg.setTierName {rPraat} | R Documentation |
Sets (changes) name of tier of the given index.
tg.setTierName(tg, tierInd, name)
tg |
TextGrid object |
tierInd |
tier index or "name" |
name |
new "name" of the tier |
tg <- tg.sample()
tg2 <- tg.setTierName(tg, "word", "WORDTIER")
tg.getTierName(tg2, 4)