Learn R Programming

rPraat (version 1.3.2-1)

tg.getPointTime: tg.getPointTime

Description

Return time of point at the specified index in point tier.

Usage

tg.getPointTime(tg, tierInd, index)

Arguments

tg

TextGrid object

tierInd

tier index or "name"

index

index of point

Value

numeric

See Also

tg.getLabel, tg.getPointIndexNearestTime, tg.getPointIndexLowerThanTime,

tg.getPointIndexHigherThanTime, tg.findLabels

Examples

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

Run the code above in your browser using DataLab