tg.getLabel {rPraat}R Documentation

tg.getLabel

Description

Return label of point or interval at the specified index.

Usage

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

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

[Package rPraat version 1.3.2-1 Index]