tg.getStartTime {rPraat}R Documentation

tg.getStartTime

Description

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.

Usage

tg.getStartTime(tg, tierInd = 0)

Arguments

tg

TextGrid object

tierInd

[optional] tier index or "name"

Value

numeric

See Also

tg.getEndTime, tg.getTotalDuration

Examples

tg <- tg.sample()
tg.getStartTime(tg)
tg.getStartTime(tg, "phone")

[Package rPraat version 1.3.2-1 Index]