tg.getIntervalDuration {rPraat} | R Documentation |
Return duration (i.e., end - start time) of interval in interval tier.
tg.getIntervalDuration(tg, tierInd, index)
tg |
TextGrid object |
tierInd |
tier index or "name" |
index |
index of interval |
numeric
tg.getIntervalStartTime
, tg.getIntervalEndTime
, tg.getIntervalIndexAtTime
, tg.findLabels
tg <- tg.sample()
tg.getIntervalDuration(tg, "phone", 5)