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