tg.getEndTime {rPraat} | R Documentation |
tg.getEndTime
Description
Returns end time. If tier index is specified, it returns end time of the tier, if it is not specified, it returns end time of the whole TextGrid.
Usage
tg.getEndTime(tg, tierInd = 0)
Arguments
tg |
TextGrid object |
tierInd |
[optional] tier index or "name" |
Value
numeric
See Also
tg.getStartTime
, tg.getTotalDuration
Examples
tg <- tg.sample()
tg.getEndTime(tg)
tg.getEndTime(tg, "phone")
[Package rPraat version 1.3.2-1 Index]