powered by
Remove point of the given index from the point tier.
index
tg.removePoint(tg, tierInd, index)
TextGrid object
tier index or "name"
index of point to be removed
tg.insertPoint, tg.getNumberOfPoints, tg.removeIntervalBothBoundaries
tg.insertPoint
tg.getNumberOfPoints
tg.removeIntervalBothBoundaries
# NOT RUN { tg <- tg.sample() tg$phoneme$label tg2 <- tg.removePoint(tg, "phoneme", 1) tg2$phoneme$label # }
Run the code above in your browser using DataLab