pt.getPointIndexNearestTime {rPraat} | R Documentation |
Returns index of point which is nearest the given time
(from both sides).
pt.getPointIndexNearestTime(pt, time)
pt |
PitchTier object |
time |
time which is going to be found in points |
integer
pt.getPointIndexLowerThanTime
, pt.getPointIndexHigherThanTime
pt <- pt.sample()
pt.getPointIndexNearestTime(pt, 0.5)