tg.getPointTime {rPraat} | R Documentation |
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
tg <- tg.sample()
tg.getPointTime(tg, "phoneme", 4)
[Package rPraat version 1.3.2-1 Index]