Learn R Programming

rPraat (version 1.3.2-1)

tg.getNumberOfPoints: tg.getNumberOfPoints

Description

Returns number of points in the given point tier.

Usage

tg.getNumberOfPoints(tg, tierInd)

Arguments

tg

TextGrid object

tierInd

tier index or "name"

Value

integer

See Also

tg.getNumberOfIntervals

Examples

Run this code
# NOT RUN {
tg <- tg.sample()
tg.getNumberOfPoints(tg, "phoneme")
# }

Run the code above in your browser using DataLab