powered by
Removes tier of the given index.
tg.removeTier(tg, tierInd)
TextGrid object
tier index or "name"
tg.insertNewIntervalTier, tg.insertNewPointTier, tg.duplicateTier
tg.insertNewIntervalTier
tg.insertNewPointTier
tg.duplicateTier
# 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