tg.setTierName: tg.setTierName

Description Usage Arguments See Also Examples

View source: R/tg.R

Description

Sets (changes) name of tier of the given index.

Usage

1
tg.setTierName(tg, tierInd, name)

Arguments

tg

TextGrid object

tierInd

tier index or "name"

name

new "name" of the tier

See Also

tg.getTierName

Examples

1
2
3
tg <- tg.sample()
tg2 <- tg.setTierName(tg, "word", "WORDTIER")
tg.getTierName(tg2, 4)

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