powered by
Sets (changes) label of interval or point of the given index in the interval or point tier.
tg.setLabel(tg, tierInd, index, newLabel)
TextGrid object
tier index or "name"
index of interval or point
new "label"
tg.getLabel
# NOT RUN { tg <- tg.sample() tg2 <- tg.setLabel(tg, "word", 3, "New Label") tg.getLabel(tg2, "word", 3) # }
Run the code above in your browser using DataLab