tg.removeTier {rPraat} | R Documentation |
Removes tier of the given index.
tg.removeTier(tg, tierInd)
tg |
TextGrid object |
tierInd |
tier index or "name" |
TextGrid object
tg.insertNewIntervalTier
, tg.insertNewPointTier
, tg.duplicateTier
## Not run:
tg <- tg.sample()
tg.plot(tg)
tg2 <- tg.removeTier(tg, "word")
tg.plot(tg2)
## End(Not run)