tg.countLabels {rPraat} | R Documentation |
Returns number of labels with the specified label.
tg.countLabels(tg, tierInd, label)
tg |
TextGrid object |
tierInd |
tier index or "name" |
label |
character string: label to be counted |
integer number
tg <- tg.sample()
tg.countLabels(tg, "phone", "a")