tg.getLabel: tg.getLabel

Description Usage Arguments Value See Also Examples

View source: R/tg.R

Description

Return label of point or interval at the specified index.

Usage

1
tg.getLabel(tg, tierInd, index)

Arguments

tg

TextGrid object

tierInd

tier index or "name"

index

index of point or interval

Value

character string

See Also

tg.setLabel, tg.countLabels, tg.findLabels

Examples

1
2
3
tg <- tg.sample()
tg.getLabel(tg, "phoneme", 4)
tg.getLabel(tg, "phone", 4)

rPraat documentation built on Feb. 28, 2021, 1:06 a.m.