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