Learn R Programming

rPraat (version 1.3.2-1)

pitch.getPointIndexHigherThanTime: pitch.getPointIndexHigherThanTime

Description

Returns index of frame which is nearest the given time from right, i.e. time <= frameTime.

Usage

pitch.getPointIndexHigherThanTime(pitch, time)

Arguments

pitch

Pitch object

time

time which is going to be found in frames

Value

integer

See Also

pitch.getPointIndexNearestTime, pitch.getPointIndexLowerThanTime

Examples

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

Run the code above in your browser using DataLab