powered by
Return label of point or interval at the specified index.
tg.getLabel(tg, tierInd, index)
TextGrid object
tier index or "name"
index of point or interval
character string
tg.setLabel, tg.countLabels, tg.findLabels
tg.setLabel
tg.countLabels
tg.findLabels
# NOT RUN { tg <- tg.sample() tg.getLabel(tg, "phoneme", 4) tg.getLabel(tg, "phone", 4) # }
Run the code above in your browser using DataLab