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