tg.countLabels: tg.countLabels

Description Usage Arguments Value See Also Examples

View source: R/tg.R

Description

Returns number of labels with the specified label.

Usage

1
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

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

bbTomas/rPraat documentation built on Dec. 26, 2021, 2:08 a.m.