tg.removeTier: tg.removeTier

Description Usage Arguments Value See Also Examples

View source: R/tg.R

Description

Removes tier of the given index.

Usage

1
tg.removeTier(tg, tierInd)

Arguments

tg

TextGrid object

tierInd

tier index or "name"

Value

TextGrid object

See Also

tg.insertNewIntervalTier, tg.insertNewPointTier, tg.duplicateTier

Examples

1
2
3
4
5
6
7
## Not run: 
tg <- tg.sample()
tg.plot(tg)
tg2 <- tg.removeTier(tg, "word")
tg.plot(tg2)

## End(Not run)

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