Description Usage Arguments Value See Also Examples
Remove point of the given index
from the point tier.
1 | tg.removePoint(tg, tierInd, index)
|
tg |
TextGrid object |
tierInd |
tier index or "name" |
index |
index of point to be removed |
TextGrid object
tg.insertPoint
, tg.getNumberOfPoints
, tg.removeIntervalBothBoundaries
1 2 3 4 | tg <- tg.sample()
tg$phoneme$label
tg2 <- tg.removePoint(tg, "phoneme", 1)
tg2$phoneme$label
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.