Learn R Programming

rPraat (version 1.3.2-1)

formant.getPointIndexHigherThanTime: 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

Run this code
# NOT RUN {
formant <- formant.sample()
formant.getPointIndexHigherThanTime(formant, 0.5)
# }

Run the code above in your browser using DataLab