Description Usage Arguments Value See Also Examples
Removes tier of the given index.
1 | tg.removeTier(tg, tierInd)
|
tg |
TextGrid object |
tierInd |
tier index or "name" |
TextGrid object
tg.insertNewIntervalTier
, tg.insertNewPointTier
, tg.duplicateTier
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.