powered by
Inserts new point to point tier of the given index.
tg.insertPoint(tg, tierInd, time, label)
TextGrid object
tier index or "name"
time of the new point
tg.removePoint, tg.insertInterval, tg.insertBoundary
tg.removePoint
tg.insertInterval
tg.insertBoundary
# NOT RUN { tg <- tg.sample() tg2 <- tg.insertPoint(tg, "phoneme", 1.4, "NEW POINT") tg.plot(tg2) # }
Run the code above in your browser using DataLab