Last chance! 50% off unlimited learning
Sale ends in
Returns tier index. Input can be either index (number) or tier name (character string). It performs checks whether the tier exists.
tg.checkTierInd(tg, tierInd)
TextGrid object
Tier index or "name"
Tier index
tg.getTierName
, tg.isIntervalTier
, tg.isPointTier
, tg.plot
, tg.getNumberOfTiers
# NOT RUN {
tg <- tg.sample()
tg.checkTierInd(tg, 4)
tg.checkTierInd(tg, "word")
# }
Run the code above in your browser using DataLab