tg.getStartTime {rPraat} | R Documentation |
Returns start time. If tier index is specified, it returns start time of the tier, if it is not specified, it returns start time of the whole TextGrid.
tg.getStartTime(tg, tierInd = 0)
tg |
TextGrid object |
tierInd |
[optional] tier index or "name" |
numeric
tg.getEndTime
, tg.getTotalDuration
tg <- tg.sample()
tg.getStartTime(tg)
tg.getStartTime(tg, "phone")