tg.getStartTime: tg.getStartTime

Description Usage Arguments Value See Also Examples

View source: R/tg.R

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

1
tg.getStartTime(tg, tierInd = 0)

Arguments

tg

TextGrid object

tierInd

[optional] tier index or "name"

Value

numeric

See Also

tg.getEndTime, tg.getTotalDuration

Examples

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

bbTomas/rPraat documentation built on Dec. 26, 2021, 2:08 a.m.