pt.getPointIndexHigherThanTime {rPraat} | R Documentation |
pt.getPointIndexHigherThanTime
Description
Returns index of point which is nearest the given time from right, i.e.
time
<= pointTime.
Usage
pt.getPointIndexHigherThanTime(pt, time)
Arguments
pt |
PitchTier object |
time |
time which is going to be found in points |
Value
integer
See Also
pt.getPointIndexNearestTime
, pt.getPointIndexLowerThanTime
Examples
pt <- pt.sample()
pt.getPointIndexHigherThanTime(pt, 0.5)
[Package rPraat version 1.3.2-1 Index]