formant.getPointIndexHigherThanTime {rPraat} | R Documentation |
Returns index of frame which is nearest the given time from right, i.e.
time
<= frameTime.
formant.getPointIndexHigherThanTime(formant, time)
formant |
Formant object |
time |
time which is going to be found in frames |
integer
formant.getPointIndexNearestTime
, formant.getPointIndexLowerThanTime
formant <- formant.sample()
formant.getPointIndexHigherThanTime(formant, 0.5)