Learn R Programming

rPraat (version 1.3.2-1)

tg.getLabel: 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

Run this code
# NOT RUN {
tg <- tg.sample()
tg.getLabel(tg, "phoneme", 4)
tg.getLabel(tg, "phone", 4)
# }

Run the code above in your browser using DataLab