tg.getLabel {rPraat} | R Documentation |
Return label of point or interval at the specified index.
tg.getLabel(tg, tierInd, index)
tg |
TextGrid object |
tierInd |
tier index or "name" |
index |
index of point or interval |
character string
tg.setLabel
, tg.countLabels
, tg.findLabels
tg <- tg.sample()
tg.getLabel(tg, "phoneme", 4)
tg.getLabel(tg, "phone", 4)