Learn R Programming

rPraat (version 1.3.2-1)

tg.removeTier: tg.removeTier

Description

Removes tier of the given index.

Usage

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

Run this code
# NOT RUN {
tg <- tg.sample()
tg.plot(tg)
tg2 <- tg.removeTier(tg, "word")
tg.plot(tg2)
# }

Run the code above in your browser using DataLab