tg.removePoint {rPraat} | R Documentation |
Remove point of the given index
from the point tier.
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
tg <- tg.sample()
tg$phoneme$label
tg2 <- tg.removePoint(tg, "phoneme", 1)
tg2$phoneme$label