powered by
Sets (changes) name of tier of the given index.
tg.setTierName(tg, tierInd, name)
TextGrid object
tier index or "name"
new "name" of the tier
tg.getTierName
# NOT RUN { tg <- tg.sample() tg2 <- tg.setTierName(tg, "word", "WORDTIER") tg.getTierName(tg2, 4) # }
Run the code above in your browser using DataLab