powered by
Returns index of point which is nearest the given time from right, i.e. time <= pointTime.
time
pt.getPointIndexHigherThanTime(pt, time)
PitchTier object
time which is going to be found in points
integer
pt.getPointIndexNearestTime, pt.getPointIndexLowerThanTime
pt.getPointIndexNearestTime
pt.getPointIndexLowerThanTime
# NOT RUN { pt <- pt.sample() pt.getPointIndexHigherThanTime(pt, 0.5) # }
Run the code above in your browser using DataLab