tg.getEndTime: tg.getEndTime

Description Usage Arguments Value See Also Examples

View source: R/tg.R

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

1
tg.getEndTime(tg, tierInd = 0)

Arguments

tg

TextGrid object

tierInd

[optional] tier index or "name"

Value

numeric

See Also

tg.getStartTime, tg.getTotalDuration

Examples

1
2
3
tg <- tg.sample()
tg.getEndTime(tg)
tg.getEndTime(tg, "phone")

rPraat documentation built on Feb. 28, 2021, 1:06 a.m.