tg.getNumberOfPoints {rPraat} | R Documentation |
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
Examples
tg <- tg.sample()
tg.getNumberOfPoints(tg, "phoneme")
[Package rPraat version 1.3.2-1 Index]