tg.countLabels {rPraat}R Documentation

tg.countLabels

Description

Returns number of labels with the specified label.

Usage

tg.countLabels(tg, tierInd, label)

Arguments

tg

TextGrid object

tierInd

tier index or "name"

label

character string: label to be counted

Value

integer number

See Also

tg.findLabels, tg.getLabel

Examples

tg <- tg.sample()
tg.countLabels(tg, "phone", "a")

[Package rPraat version 1.3.2-1 Index]