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